Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mdabrowski1990 committed May 16, 2024
1 parent 16a01ce commit d6a1317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install external packages used for dynamic tests
run: |
pip install .[tests]
pip install .[test]
- name: Execute unit tests with coverage report [pytest]
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install external packages used for dynamic tests
run: |
pip install .[tests]
pip install .[test]
- name: Prepare coverage uploader [CodeCov]
run: |
Expand Down

0 comments on commit d6a1317

Please sign in to comment.