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

Bump Python 3.8 -> 3.9 in {pr,push}-checks.yml GH workflows

Closes #893
This commit is contained in:
Athanasius 2021-03-09 12:20:59 +00:00
parent 4255a2fd28
commit 180d5b0cb6
2 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ jobs:
####################################################################
# Get Python set up
####################################################################
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- 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.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip