From 11dc2ab23e59504ed090e626d14a8320782ac37c Mon Sep 17 00:00:00 2001 From: Thomas Dybdahl Ahle Date: Fri, 13 Mar 2026 18:00:32 +0100 Subject: [PATCH] Run CI quick tests through configured Python interpreter --- .github/workflows/python-app.yml | 2 +- sunfish.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 sunfish.py diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 63eb58d..0156252 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,4 +34,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test run: | - bash tools/quick_tests.sh ./sunfish.py + bash tools/quick_tests.sh "python ./sunfish.py" diff --git a/sunfish.py b/sunfish.py old mode 100644 new mode 100755