Skip to content

Commit 63e6439

Browse files
authored
Fix python version outdated in CI.yml
1 parent 43e7c1f commit 63e6439

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v1
21-
with:
22-
python-version: 3.8
19+
- name: Set up Python
20+
uses: actions/setup-python@v5.6.0
2321
- name: Install dependencies
2422
run: |
2523
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)