Skip to content

Commit

Permalink
Adding missing packages for proper testing
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 25, 2023
1 parent 99e06c0 commit 4bd79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ jobs:
- name: "Unit testing requirements installation"
run: |
python -m pip install pytest
python -m pip install pytest pytest-rerunfailures pytest-cov
- name: "Unit testing"
run: |
Expand Down

0 comments on commit 4bd79fa

Please sign in to comment.