Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjmyers committed Apr 25, 2024
1 parent c83ec3d commit 780305a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Install requirements
run: |
pip install --upgrade pip
pip install ."[test]"
pip install --upgrade pip
pip install ."[test]"
- name: Run tests and collect coverage
run: pytest --cov .
Expand Down

0 comments on commit 780305a

Please sign in to comment.