Skip to content

Commit

Permalink
Update the workflow to use latest Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Jun 19, 2023
1 parent e719a47 commit 8d5a413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.6.8'
PYTHON: '3.8.10'
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Setup Python
uses: actions/setup-python@v2.2.2
with:
python-version: 3.6.8
python-version: 3.8.10
- name: Generate Report
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 8d5a413

Please sign in to comment.