Skip to content

Commit

Permalink
Fix Github Python versions tested
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
  • Loading branch information
PierreF committed Dec 20, 2023
1 parent 0bc4d41 commit e5ef681
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: pip install tox
- if: matrix.python == '3.6'
run: TOXENV=py36 tox
- if: matrix.python == '3.7'
run: TOXENV=py37 tox
- if: matrix.python == '3.8'
Expand Down

0 comments on commit e5ef681

Please sign in to comment.