We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f37d7 commit 501ee77Copy full SHA for 501ee77
.github/workflows/build-gallery.yml
@@ -23,7 +23,7 @@ jobs:
23
# remove pygfx from install_requires, we install using pygfx@main
24
sed -i "/pygfx/d" ./setup.py
25
pip install git+https://github.com/pygfx/pygfx.git@main
26
- pip install -e ".["tests"]"
+ pip install -e ".["docs"]"
27
- name: Show wgpu backend
28
run:
29
python -c "from examples.tests.testutils import wgpu_backend; print(wgpu_backend)"
0 commit comments