Skip to content

Commit

Permalink
Install terka package locally when running pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMarkinPPC authored Jan 18, 2024
1 parent 174bd06 commit d8c4030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Test with pytest
run: |
pytest tests/*.py

0 comments on commit d8c4030

Please sign in to comment.