Skip to content

Commit ac0949e

Browse files
committed
Add .circleci/config.yml
1 parent a1206db commit ac0949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Install napari-dev
4949
command: |
5050
. venv/bin/activate
51-
python -m pip install -e napari/".[pyqt,dev]"
51+
python -m pip install -e napari/".[pyside,dev]"
5252
- run:
5353
name: Build docs
5454
command: |

0 commit comments

Comments
 (0)