Skip to content

Commit

Permalink
FIX: Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 31, 2023
1 parent 7aeda19 commit 7b5f25c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ stages:
- bash: |
set -eo pipefail
python -m pip install --progress-bar off --upgrade pip setuptools wheel
python -m pip install --progress-bar off -r requirements_base.txt -r requirements_hdf5.txt -r requirements_testing.txt PyQt6
python -m pip install --progress-bar off -r requirements_base.txt -r requirements_hdf5.txt -r requirements_testing.txt
python -m pip uninstall pytest-qt # don't want to set up display, etc. for this
pre-commit install --install-hooks
displayName: Install dependencies
- bash: |
Expand Down

0 comments on commit 7b5f25c

Please sign in to comment.