We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9513e commit 1bd94daCopy full SHA for 1bd94da
.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