We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f807dc2 commit 4a7e1a3Copy full SHA for 4a7e1a3
1 file changed
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Test all python/qt combinations
56
uses: coactions/setup-xvfb@v1
57
with:
58
- run: ./testall.sh
+ run: bash ./testall.sh
59
60
# combine-coverage:
61
# needs: tests
0 commit comments