Skip to content

Commit 0778ee8

Browse files
committed
Deliberate error
1 parent 47b28be commit 0778ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
run: |
5252
actual=$(python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))")
53-
if [[ "$actual" != "${{ matrix.python }}" ]]; then
53+
if [[ "$actual" != "${{ 3.13 }}" ]]; then
5454
echo "Python version in use ($actual) does not match intended version (${{ matrix.python }})"
5555
exit 1
5656
fi

0 commit comments

Comments
 (0)