Skip to content

Commit aafb92a

Browse files
authored
CI: Turn of command echo for tests
Echoing the commands in shell scripts in tests causes problems with the tests.
1 parent 9be148c commit aafb92a

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
@@ -53,6 +53,5 @@ jobs:
5353
- name: Test with pytest
5454
shell: bash.exe -eo pipefail -o igncr "{0}"
5555
run: |
56-
set -x
5756
/usr/bin/python -m pytest
5857
continue-on-error: false

0 commit comments

Comments
 (0)