Skip to content

Commit 89738af

Browse files
committed
WIP
1 parent 1a4a65a commit 89738af

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
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{matrix.python-version}}
1818
- run: |

0 commit comments

Comments
 (0)