Skip to content

Commit 9c8e4ea

Browse files
authored
Update CI.yml
1 parent ca05f54 commit 9c8e4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
ref: ${{github.event.pull_request.head.sha}}
14-
- name: Set up Python 3.9.1
15-
uses: actions/setup-python@v2
14+
- name: Set up Python 3.9.12
15+
uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.9.1"
17+
python-version: "3.9.12"
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)