Skip to content

Commit

Permalink
Use version of setuptools that includes fix for pypa/setuptools#1963
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
mwoodbri committed Jul 31, 2020
1 parent 107e7fd commit 1678aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ stages:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.7
- script: pip install setuptools>=49.1.1
- script: pip install -e .[dev]
- script: |
pyinstaller strain.mac.spec
Expand Down

0 comments on commit 1678aa5

Please sign in to comment.