Skip to content

Commit

Permalink
Disable 'test examples' until wgpu is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 18, 2024
1 parent 4a09752 commit 366c452
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ jobs:
- name: Show wgpu backend
run: |
python -c "from examples.tests.test_examples import adapter_summary; print(adapter_summary)"
- name: Test examples
env:
PYGFX_EXPECT_LAVAPIPE: true
run: |
pytest -v examples
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: screenshots{{ matrix.pyversion }}
path: examples/screenshots
# - name: Test examples
# env:
# PYGFX_EXPECT_LAVAPIPE: true
# run: |
# pytest -v examples
# - uses: actions/upload-artifact@v4
# if: ${{ failure() }}
# with:
# name: screenshots{{ matrix.pyversion }}
# path: examples/screenshots

test-pyinstaller:
name: Test pyinstaller
Expand Down

0 comments on commit 366c452

Please sign in to comment.