Skip to content

Commit

Permalink
[MAINT] Add missing pyvistaqt to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Nov 22, 2023
1 parent cdb91e3 commit 1c984ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: Get Python running and install dependencies
command: |
pip install git+https://github.com/mne-tools/mne-python@main
pip install PyQt6
pip install PyQt6 pyvistaqt
curl https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/circleci_dependencies.sh -o circleci_dependencies.sh
chmod +x circleci_dependencies.sh
./circleci_dependencies.sh
Expand Down

0 comments on commit 1c984ff

Please sign in to comment.