We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b28be commit 0778ee8Copy full SHA for 0778ee8
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
run: |
52
actual=$(python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))")
53
- if [[ "$actual" != "${{ matrix.python }}" ]]; then
+ if [[ "$actual" != "${{ 3.13 }}" ]]; then
54
echo "Python version in use ($actual) does not match intended version (${{ matrix.python }})"
55
exit 1
56
fi
0 commit comments