Skip to content

Commit

Permalink
actions on python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p authored Oct 25, 2023
1 parent 3db326e commit f1c0072
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Build App
run: |
python -m pip install --upgrade pip
Expand All @@ -92,10 +92,10 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Build App
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f1c0072

Please sign in to comment.