Skip to content

Commit

Permalink
Merge branch 'dev' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 31, 2021
2 parents 23e5d49 + 65a6108 commit 0d7b673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:

# install package
- name: Install the package
run: python -m pip install .[all]
run: |
python -m pip install git+https://github.com/biosimulators/RBApy.git#egg=rba
python -m pip install .[all]
# zip COMBINE/OMEX archives
- name: Zip COMBINE/OMEX archives
Expand Down

0 comments on commit 0d7b673

Please sign in to comment.