Skip to content

Commit

Permalink
Update pasta.yml
Browse files Browse the repository at this point in the history
Fix OS / python version used for checks
  • Loading branch information
soupytwist authored Nov 9, 2023
1 parent d6a23e7 commit be1722a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pasta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: Add back 2.7 if possible
# TODO: Add 3.4 when possible
python-version: ["2.7", "3.5.10", "3.6.15", "3.7.12", "3.8.12", "3.9.9"]

os: [ ubuntu-20.04 ]
python-version: ["3.5.10", "3.6.15", "3.7.12", "3.8.12", "3.9.9"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit be1722a

Please sign in to comment.