Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh authored Mar 20, 2024
1 parent e662a13 commit dfc746b
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 @@ -39,21 +39,21 @@ jobs:
tox -e py
- name: Check Distribution
if: matrix.python-version == "3.10"
if: matrix.python-version == 3.10
run: |
tox -e dist-check
- name: Codestyle
if: matrix.python-version == "3.10"
if: matrix.python-version == 3.10
run: |
tox -e codestyle
- name: Lint - sort
if: matrix.python-version == "3.10"
if: matrix.python-version == 3.10
run: |
tox -e sort
- name: Security
if: matrix.python-version == "3.10"
if: matrix.python-version == 3.10
run: |
tox -e security

0 comments on commit dfc746b

Please sign in to comment.