Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Nov 23, 2023
1 parent 1f91c1c commit a15d281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
pip install . --user
- name: Install tests dependencies
run: |
pip install -r ./tests/tests-requirements.txt
run: |
pip install -r ./tests/tests-requirements.txt
- name: Run unit tests
run: |
Expand Down

0 comments on commit a15d281

Please sign in to comment.