mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-11 04:05:24 -06:00
change to python 3.7
I swore to myself that I added it in.
This commit is contained in:
4
.github/workflows/pep8.yml
vendored
4
.github/workflows/pep8.yml
vendored
@@ -9,10 +9,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.7
|
||||||
- name: Install pipenv & sync
|
- name: Install pipenv & sync
|
||||||
run: |
|
run: |
|
||||||
cd triple-dungeon
|
cd triple-dungeon
|
||||||
|
|||||||
Reference in New Issue
Block a user