Skip to content

Commit

Permalink
Don't use "set -x" for "pytest" command on Cygwin
Browse files Browse the repository at this point in the history
The omission of "set -x" was intentional and is currently necessary
on Cygwin (but not on Ubuntu), per aafb92a.
  • Loading branch information
EliahKagan committed Sep 10, 2023
1 parent 6b54890 commit 055355d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ jobs:
- name: Test with pytest
run: |
set -x
/usr/bin/python -m pytest

0 comments on commit 055355d

Please sign in to comment.