Skip to content

Commit

Permalink
back down to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 12, 2020
1 parent f273ef0 commit ea04087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-app.yaml
Expand Up @@ -14,10 +14,10 @@ jobs:
os: [ ubuntu-18.04, macos-10.15, windows-2019 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.7
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -11,10 +11,10 @@ jobs:
os: [ ubuntu-18.04, macos-10.15, windows-2019 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.7
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ea04087

Please sign in to comment.