Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8be9af0

Browse filesBrowse files
authored
Update ci.yml
1 parent 29e3ec4 commit 8be9af0
Copy full SHA for 8be9af0

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
sudo apt-get update -y -qq
3939
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
4141
run: |
4242
python -m pip install --upgrade pip setuptools
4343
# remove pygfx from install_requires, we install using pygfx@main
@@ -52,15 +52,15 @@ jobs:
5252
- name: Show wgpu backend
5353
run:
5454
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
5658
run: |
57-
git lfs fetch --all
58-
git lfs pull
59+
WGPU_FORCE_OFFSCREEN=1 pytest -v tests/
5960
- name: Test examples
6061
env:
6162
PYGFX_EXPECT_LAVAPIPE: true
6263
run: |
63-
WGPU_FORCE_OFFSCREEN=1 pytest -v tests/
6464
WGPU_FORCE_OFFSCREEN=1 pytest -v examples/
6565
- name: Test examples notebooks, exclude ImageWidget notebook
6666
if: ${{ matrix.notebook_dep == 'notebook' }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.