Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Nov 27, 2024
1 parent d658259 commit e3525c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: |
pip install pipenv
pipenv install -d
rm requirements.txt
pipenv install -r test_requirements.txt --dev
pipenv run pip install -r test_requirements.txt
- name: Check pytest installation
run: pipenv run pip show pytest
- name: Run unit tests
Expand Down

0 comments on commit e3525c1

Please sign in to comment.