Skip to content

Commit

Permalink
Merge branch 'bugfix/requirements' of github.com:GeneDx/txt2hpo into …
Browse files Browse the repository at this point in the history
…bugfix/requirements
  • Loading branch information
vgainullin committed May 7, 2020
2 parents 9acf559 + 8ec22ed commit 073d187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
python setup.py develop
pip install .
pip install -r requirements.txt
- name: Test with unittest
Expand Down

0 comments on commit 073d187

Please sign in to comment.