Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 18, 2024
1 parent 9d0131c commit 4a09752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
pip install -e .[examples]
- name: Show wgpu backend
run: |
python -c "from examples.tests.test_examples import adapter_info; print(adapter_info)"
python -c "from examples.tests.test_examples import adapter_summary; print(adapter_summary)"
- name: Test examples
env:
PYGFX_EXPECT_LAVAPIPE: true
Expand Down

0 comments on commit 4a09752

Please sign in to comment.