Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh authored Mar 24, 2024
2 parents e959a96 + c9607ea commit 34fd8de
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.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 34fd8de

Please sign in to comment.