Skip to content

Commit

Permalink
Fix YAML to syntax for multiple commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 3, 2024
1 parent 01c26d4 commit 5b6e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Setup PIP_CONSTRAINTS (workaround https://github.com/python-cffi/cffi/issues/117)
if: matrix.options.py == 'ON' && matrix.check_mkvk != 'ONLY'
run:
run: |
echo 'setuptools<74' > $env:BUILD_DIR/constraint.txt
echo "PIP_CONSTRAINT=$env:BUILD_DIR/constraint.txt" >> $env:GITHUB_ENV
Expand Down

0 comments on commit 5b6e75c

Please sign in to comment.