1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

GitHub Workflow: Update to Python 3.8

This commit is contained in:
Athanasius 2020-10-05 17:15:36 +01:00
parent 818466a3cf
commit 6600d1a78a
3 changed files with 6 additions and 6 deletions

View File

@ -61,11 +61,11 @@ jobs:
##################################################################
# Get Python set up
##################################################################
- name: Set up Python 3.7
- name: Set up Python 3.8
if: ${{ env.PYFILES != '' }}
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
##################################################################
##################################################################

View File

@ -45,10 +45,10 @@ jobs:
####################################################################
# Get Python set up
####################################################################
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -20,10 +20,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip