Skip to content

Commit

Permalink
- install copasi
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 21, 2022
1 parent 25824d2 commit 7af6039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test]
python3 -m pip install --upgrade pip
pip3 install python-copasi
pip3 install -e .[test]
- name: Test with pytest
run: |
python3 -m pytest
Expand Down

0 comments on commit 7af6039

Please sign in to comment.