mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 08:05:22 -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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.7
|
||||
- name: Install pipenv & sync
|
||||
run: |
|
||||
cd triple-dungeon
|
||||
|
||||
Reference in New Issue
Block a user