Skip to content

Commit

Permalink
Update gh-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jan 7, 2025
1 parent ba10d42 commit c004ad3
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 @@ -80,7 +80,7 @@ jobs:
[[ "${{ steps.release-243.outputs.stable-python }}" == "3.10" ]] || exit 1
[[ "${{ steps.release-243.outputs.oldest-python }}" == "3.8" ]] || exit 1
echo "test 5"
python utils/assert_varray.py --input ${{ toJSON(steps.mda-latest.outputs.python-versions) }} --target '["3.9", "3.10", "3.11", "3.12"]'
python utils/assert_varray.py --input ${{ toJSON(steps.mda-latest.outputs.python-versions) }} --target '["3.10", "3.11", "3.12", "3.13"]'
python-config:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c004ad3

Please sign in to comment.