Skip to content

CI: invoke sunfish via python in quick_tests and make sunfish.py executable#131

Merged
thomasahle merged 1 commit intomasterfrom
codex/fix-failing-tests-in-ci
Mar 13, 2026
Merged

CI: invoke sunfish via python in quick_tests and make sunfish.py executable#131
thomasahle merged 1 commit intomasterfrom
codex/fix-failing-tests-in-ci

Conversation

@thomasahle
Copy link
Copy Markdown
Owner

Motivation

  • Ensure the test harness runs the interpreter explicitly when invoking the sunfish.py entrypoint and allow sunfish.py to be executable in the repository.

Description

  • Update the GitHub Actions test step to call bash tools/quick_tests.sh "python ./sunfish.py" so the test harness runs the script through the Python interpreter.
  • Change file mode of sunfish.py to be executable (100644 -> 100755).

Testing

  • The CI lint step runs flake8 as configured and completed successfully.
  • The test step runs bash tools/quick_tests.sh "python ./sunfish.py" under the workflow and completed successfully.

Codex Task

@thomasahle thomasahle merged commit d41cc1a into master Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant