Skip to content

Commit

Permalink
TO BE REVERTED: Commenting to speed up the GHA debugging cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorusso committed Nov 28, 2024
1 parent e9aa120 commit 9589737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
jit:
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
needs: interpreter
# Commenting for debugging.
# needs: interpreter
runs-on: ${{ matrix.runner }}
timeout-minutes: 90
strategy:
Expand Down

0 comments on commit 9589737

Please sign in to comment.