Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56e7b commit 9c7ff1eCopy full SHA for 9c7ff1e
.github/workflows/cygwin-test.yml
@@ -64,4 +64,4 @@ jobs:
64
- name: Test with pytest
65
run: |
66
set +x
67
- /usr/bin/python -m pytest -p no:sugar --instafail -vv
+ /usr/bin/python -m pytest --color=yes -p no:sugar --instafail -vv
.github/workflows/pythonpackage.yml
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
- pytest -p no:sugar --instafail -vv
+ pytest --color=yes -p no:sugar --instafail -vv
82
continue-on-error: false
83
84
- name: Documentation
0 commit comments