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 7e96ce8 commit d658259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: |
pip install pipenv
pipenv install -d
rm requirements.txt
pipenv install -r test_requirements.txt --dev
- name: Check pytest installation
run: pipenv run pip3 show pytest
run: pipenv run pip show pytest
- name: Run unit tests
run: |
pipenv run python3 run_tests.py
Expand Down

0 comments on commit d658259

Please sign in to comment.