1
0
Fork 0
forked from github/pelican

Make Tox & GitHub CI jobs' Python versions match

Otherwise results in InterpreterNotFound errors
This commit is contained in:
Justin Mayer 2021-03-23 08:23:07 +01:00
commit 1449840199
2 changed files with 5 additions and 5 deletions

View file

@ -86,7 +86,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: 3.7
- name: Set pip cache (Linux)
uses: actions/cache@v1
if: startsWith(runner.os, 'Linux')
@ -110,7 +110,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: 3.7
- name: Set pip cache (Linux)
uses: actions/cache@v1
if: startsWith(runner.os, 'Linux')
@ -136,7 +136,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: 3.7
- name: Check release
id: check_release
run: |