Skip to content

Commit

Permalink
Pin python to 3.11 for compatibility with current docker cpu binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharras committed Oct 11, 2023
1 parent 06fb434 commit 33e3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run-test-suite:
name: Run test suite
runs-on: ubuntu-latest
container: python:latest
container: python:3.11
# TODO: use a gpu-compatible image, setup runners with a compatible gpu and activate
# gpu passthrough options

Expand Down

0 comments on commit 33e3af0

Please sign in to comment.