We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8148641 + 1bd94da commit fb588bfCopy full SHA for fb588bf
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v2
28
with:
29
- python-version: '3.x'
+ python-version: '3.7'
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
0 commit comments