Skip to content

Commit 4a7e1a3

Browse files
committed
Run tests using bash explicitly
1 parent f807dc2 commit 4a7e1a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Test all python/qt combinations
5656
uses: coactions/setup-xvfb@v1
5757
with:
58-
run: ./testall.sh
58+
run: bash ./testall.sh
5959

6060
# combine-coverage:
6161
# needs: tests

0 commit comments

Comments
 (0)