Skip to content

Commit

Permalink
ci: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Aug 2, 2024
1 parent ed2590c commit fa8d8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_SECRET }}
run: tox -e codespeed
run: tox -e codspeed
test-documentation:
name: Build offline documentation for testing
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ envlist =
python =
3.9: py39
3.10: py310
3.11: erase, py311, report, codespeed
3.11: erase, py311, report
3.12: py312
[testenv]
Expand Down

0 comments on commit fa8d8bd

Please sign in to comment.