Skip to content

Commit

Permalink
Manually run make on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent 70f05c3 commit 26451cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
echo "/usr/bin:/usrlocal/bin" >> $GITHUB_PATH
dash -c "/usr/bin/python3.9 -m pip install ."
dash -c "cd tests; make; cd ../"
- name: Run tests
run: |
dash -c "/usr/bin/python3.9 -m pytest -v"
Expand Down

0 comments on commit 26451cb

Please sign in to comment.