Skip to content

Commit

Permalink
Don't run tests on ubuntu-latest + Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 23, 2023
1 parent 5df408c commit 284f65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
exclude:
- os: windows-latest
python-version: "2.7"
- os: ubuntu-latest
python-version: "3.6"
fail-fast: false

steps:
Expand Down

0 comments on commit 284f65e

Please sign in to comment.