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 a1ba3a7 commit 3598daaCopy full SHA for 3598daa
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
python get-pip.py
39
- if: ${{ matrix.python-version != '2.7' }}
40
name: Setup Python environment
41
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v3.1.4
42
with:
43
python-version: ${{ matrix.python-version }}
44
- name: Install Requirements
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
0 commit comments