Skip to content

Commit

Permalink
test: set default python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis authored and nzlosh committed Sep 24, 2022
1 parent 5a97b6c commit 19eb558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
tox -e py
- name: Check Distribution
if: ${{ matrix.python-version == '3.8' }}
if: ${{ matrix.python-version == '3.9' }}
run: |
tox -e dist-check
- name: Codestyle
if: ${{ matrix.python-version == '3.8' }}
if: ${{ matrix.python-version == '3.9' }}
run: |
tox -e codestyle
- name: Lint - sort
if: ${{ matrix.python-version == '3.8' }}
if: ${{ matrix.python-version == '3.9' }}
run: |
tox -e sort
- name: Security
if: ${{ matrix.python-version == '3.8' }}
if: ${{ matrix.python-version == '3.9' }}
run: |
tox -e security

0 comments on commit 19eb558

Please sign in to comment.