Skip to content

Commit

Permalink
fix additional requirement in unit test pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinnglabs committed Dec 26, 2023
1 parent cbd778e commit b0d1a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
pip install -U setuptools
pip install -r requirements.txt
pip install -r requirements-test.txt
python -m pip install -U --editable
python -m pip install -U --editable .
- name: Test with pytest
run: pytest -vs tests/ --cov orbit/

0 comments on commit b0d1a38

Please sign in to comment.