Skip to content

Commit

Permalink
try installing basicsynbio from setup.py in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesm6 committed Nov 4, 2021
1 parent fa1c0de commit 1be64e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
python -m pip install -U pip
pip install -r requirements.txt
pip install -e .
- name: Test with coverage
run: |
Expand Down

0 comments on commit 1be64e6

Please sign in to comment.