Skip to content

Commit

Permalink
Try to get version names correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Jun 19, 2023
1 parent edbdef2 commit 65212d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Build Test Coverage
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
OS: ubuntu-latest
PYTHON: '3.10'
OS: ubuntu-20.04
PYTHON: '3.8.10'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.8.10
- name: Generate Report
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 65212d9

Please sign in to comment.