We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05f54 commit 9c8e4eaCopy full SHA for 9c8e4ea
.github/workflows/CI.yml
@@ -11,10 +11,10 @@ jobs:
11
- uses: actions/checkout@v2
12
with:
13
ref: ${{github.event.pull_request.head.sha}}
14
- - name: Set up Python 3.9.1
15
- uses: actions/setup-python@v2
+ - name: Set up Python 3.9.12
+ uses: actions/setup-python@v4
16
17
- python-version: "3.9.1"
+ python-version: "3.9.12"
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
0 commit comments