Skip to content

Commit

Permalink
Trying again with tests-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent a06f1c8 commit 04e756c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: ubuntu-latest
python-version: '3.6'
fail-fast: false
exclude:
- os: ubuntu-latest
python-version: '3.6'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 04e756c

Please sign in to comment.