Skip to content

Commit

Permalink
BUG: GHA: Fix selection of Python versions for CUDA packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and SimonRit committed Dec 12, 2024
1 parent 4d27fc9 commit bac42d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package-python-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python3-minor-versions: ${{ github.event_name == 'pull_request' && '["11"]' || '["9","10","11"]' }}
python3-minor-version: ${{ github.event_name == 'pull_request' && fromJSON('["11"]') || fromJSON('["9","10","11"]') }}
manylinux-platform: ["_2_28-x64","2014-x64"]
cuda-version: ["116","121"]

Expand Down

0 comments on commit bac42d2

Please sign in to comment.