Skip to content

Commit 055355d

Browse files
committed
Don't use "set -x" for "pytest" command on Cygwin
The omission of "set -x" was intentional and is currently necessary on Cygwin (but not on Ubuntu), per aafb92a.
1 parent 6b54890 commit 055355d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cygwin-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ jobs:
6868
6969
- name: Test with pytest
7070
run: |
71-
set -x
7271
/usr/bin/python -m pytest

0 commit comments

Comments
 (0)