Skip to content

Commit d41cc1a

Browse files
committed
Run CI quick tests through configured Python interpreter
1 parent bd5ef7b commit d41cc1a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3535
- name: Test
3636
run: |
37-
bash tools/quick_tests.sh ./sunfish.py
37+
bash tools/quick_tests.sh "python ./sunfish.py"

sunfish.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)