Skip to content

Commit

Permalink
Merge pull request #955 from jbellister-slac/update_test_requirements
Browse files Browse the repository at this point in the history
TST: Fix mac os test run
  • Loading branch information
YektaY authored Jan 17, 2023
2 parents 6918eab + 7c652da commit 42862a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ jobs:
conda install python=$(python) pytest-azurepipelines pydm --file dev-requirements.txt
displayName: 'Anaconda - Install Dependencies'
# mac os with python 3.7 was not solving the environment correctly (using a too old version of pyqt).
# This will force it to use a working version
- bash: |
source activate test-environment-$(python)
conda install pyqt==5.12.3
displayName: 'Anaconda - mac os python 3.7 pyqt update'
condition: eq('${{ parameters.name }}', 'MacOS_3_7')
- bash: |
source activate test-environment-$(python)
# debug of conda environment
Expand Down

0 comments on commit 42862a2

Please sign in to comment.