Skip to content

Commit

Permalink
Revert temporary python 3.12
Browse files Browse the repository at this point in the history
It is breaking pytorch instalation
  • Loading branch information
oshadura authored Aug 19, 2024
1 parent 82ddaea commit 1e6a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
image_dir: [coffea-base, coffea-dask]
distro: [almalinux8, almalinux9]
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11"]
exclude:
- distro: almalinux8
python: 3.9
Expand Down

0 comments on commit 1e6a74f

Please sign in to comment.