Skip to content
Prev Previous commit
Next Next commit
Update .github/workflows/jit.yml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
savannahostrowski and hugovk authored May 21, 2024
commit 6b760d39206aa3c0f42023ff08641e23d388c852
2 changes: 1 addition & 1 deletion .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
make all --jobs 4
./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout 4500 --verbose2 --verbose3

jit-with-no-gil:
jit-with-disabled-gil:
Comment thread
savannahostrowski marked this conversation as resolved.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down