Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 501ee77

Browse files
committed
wrong isntall
1 parent 73f37d7 commit 501ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# remove pygfx from install_requires, we install using pygfx@main
2424
sed -i "/pygfx/d" ./setup.py
2525
pip install git+https://github.com/pygfx/pygfx.git@main
26-
pip install -e ".["tests"]"
26+
pip install -e ".["docs"]"
2727
- name: Show wgpu backend
2828
run:
2929
python -c "from examples.tests.testutils import wgpu_backend; print(wgpu_backend)"

0 commit comments

Comments
 (0)