Skip to content

Commit

Permalink
only one py version
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Aug 25, 2022
1 parent 2acbb9b commit 85a3a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
strategy:
matrix:
include:
- {name: '3.10', python: '3.10', os: ubuntu-20.04, tox: py310}
# - {name: '3.10', python: '3.10', os: ubuntu-20.04, tox: py310}
- {name: '3.9', python: '3.9', os: ubuntu-20.04, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-20.04, tox: py38}
- {name: 'lowest', python: '3.8', os: ubuntu-20.04, tox: lowest}
# - {name: '3.8', python: '3.8', os: ubuntu-20.04, tox: py38}
# - {name: 'lowest', python: '3.8', os: ubuntu-20.04, tox: lowest}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 85a3a3f

Please sign in to comment.