Skip to content

Commit

Permalink
Fix for python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Dec 2, 2024
1 parent 82c0e7d commit b8d6ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ include:
| jq --raw-output '.assets[].name' \
| grep -E -- '-x86_64-unknown-linux-musl-install_only.tar.gz$' \
| sed -E 's/^cpython-([^-]+)-.+$/\\1/' \
| grep -P '^3\\.12\\.\\d+$' \
| grep -P '^3\\.12\\.' \
| sort -Vr \
| head -n 1
Expand Down

0 comments on commit b8d6ad5

Please sign in to comment.