Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Aug 9, 2023
1 parent f9a062e commit 1530592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pyversion=${{ matrix.python-version }}
TOXFACTOR=${pyversion//.0-*/}
tox -f py${TOXFACTOR//./} --parallel --quiet
tox -f py${TOXFACTOR//./}
- name: Upload code coverage data
env:
Expand Down

0 comments on commit 1530592

Please sign in to comment.