Skip to content

Commit

Permalink
Merge pull request #319 from MarcCote/fix_cffi
Browse files Browse the repository at this point in the history
Use --pep517 when installing pre-release
  • Loading branch information
MarcCote committed May 31, 2023
2 parents 751efad + ebe09ed commit d35e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/macos-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: 'Install dependencies'
- script: |
pip install "textworld[full]>=.dev"
pip install --use-pep517 "textworld[full]>=.dev"
condition: eq(variables.installFromSource, false)
displayName: 'Install a prerelease of TextWorld from PyPi'
Expand Down

0 comments on commit d35e090

Please sign in to comment.