Skip to content

Commit

Permalink
explicitly install _restclient in gh-actions run_unit_tests. See #91
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Raney committed Jun 16, 2021
1 parent 855ad59 commit 1c9f723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
python -m pip install --upgrade pip pytest pytest-aiohttp coverage coverage-badge
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# see #91 for reasoning behind explicit install of _restclient
pip install -e "python/_restclient[develop]"
python setup.py develop
- name: Run all unittests
run: |
Expand Down

0 comments on commit 1c9f723

Please sign in to comment.