Skip to content

Commit

Permalink
Fix typo and rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 27, 2024
1 parent a92ec81 commit 7d3dae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "0 5 * * 6" # 5:00 UTC every Saturday

jobs:
build:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox, tox-gh-actions
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox

Expand Down

0 comments on commit 7d3dae0

Please sign in to comment.