Skip to content

Commit

Permalink
Trying again to exclude ubuntu-latest/python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Nov 1, 2023
1 parent 3583511 commit a06f1c8
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 @@ -16,9 +16,9 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
fail-fast: false
# exclude:
# - os: ubuntu-latest
# python-version: 3.6
exclude:
- os: ubuntu-latest
python-version: '3.6'

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

0 comments on commit a06f1c8

Please sign in to comment.