File tree 1 file changed +5
-5
lines changed
Filter options
1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change 37
37
run : |
38
38
sudo apt-get update -y -qq
39
39
sudo apt-get install --no-install-recommends -y ffmpeg libegl1-mesa-dev libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers xorg-dev
40
- - name : Install dev dependencies
40
+ - name : Install pygx from main
41
41
run : |
42
42
python -m pip install --upgrade pip setuptools
43
43
# remove pygfx from install_requires, we install using pygfx@main
@@ -52,15 +52,15 @@ jobs:
52
52
- name : Show wgpu backend
53
53
run :
54
54
python -c "from examples.tests.testutils import wgpu_backend; print(wgpu_backend)"
55
- - name : fetch git lfs files
55
+ - name : Test components
56
+ env :
57
+ PYGFX_EXPECT_LAVAPIPE : true
56
58
run : |
57
- git lfs fetch --all
58
- git lfs pull
59
+ WGPU_FORCE_OFFSCREEN=1 pytest -v tests/
59
60
- name : Test examples
60
61
env :
61
62
PYGFX_EXPECT_LAVAPIPE : true
62
63
run : |
63
- WGPU_FORCE_OFFSCREEN=1 pytest -v tests/
64
64
WGPU_FORCE_OFFSCREEN=1 pytest -v examples/
65
65
- name : Test examples notebooks, exclude ImageWidget notebook
66
66
if : ${{ matrix.notebook_dep == 'notebook' }}
You can’t perform that action at this time.
0 commit comments