Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 13, 2023
1 parent da1f5ac commit 58973a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
python:
- "3.8"
- "3.8"
- "3.11" # newest Python that is stable
platform:
- ubuntu-latest
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
env:
SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }}
run: >-
tox --installpkg '${{ needs.prepare.outputs.wheel-path }}'
tox --installpkg '${{ needs.prepare.outputs.wheel-path }}'
-- -rFEx --durations 10 --color yes
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minversion = 4.2
isolated_build = True

[gh]
python =
python =
3.8: py38
3.12: py312

Expand Down

0 comments on commit 58973a8

Please sign in to comment.