Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Mar 20, 2024
1 parent da26439 commit 43b1ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: install python dependencies
run: |
docker exec my-anaconda-container pip install -r workspace/requirements.txt coverage pytest pytest-cov hypothesis
docker exec test-anaconda-container pip install -r workspace/requirements.txt coverage pytest pytest-cov hypothesis
- name: run tests
run: |
docker exec my-anaconda-container pytest --cov --cov-report=term-missing --cov-append -vv --hypothesis-show-statistics workspace/
docker exec test-anaconda-container pytest --cov --cov-report=term-missing --cov-append -vv --hypothesis-show-statistics workspace/
# - name: Run codacy-coverage-reporter
# uses: codacy/codacy-coverage-reporter-action@v1
Expand Down

0 comments on commit 43b1ccc

Please sign in to comment.