Skip to content

Commit

Permalink
Merge pull request #21 from biosimulators/fix-tests-and-update
Browse files Browse the repository at this point in the history
Fix tests and update
  • Loading branch information
luciansmith committed Feb 16, 2024
2 parents e05b44d + 485125d commit ffa9d0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install libXML2, libncurses5
- name: Install libXML2
run: |
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends libxml2 libncurses5
sudo apt-get install -y --no-install-recommends libxml2
- name: Install pip
run: |
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
biosimulators_utils[logging] >= 0.1.183
biosimulators_utils[logging] >= 0.1.187
kisao >= 2.33
libroadrunner >= 2.4.0
libroadrunner >= 2.5.0
lxml
numpy
pandas
tellurium >= 2.2.8
tellurium >= 2.2.10
Binary file modified tests/fixtures/change_initial_assignment.omex
Binary file not shown.

0 comments on commit ffa9d0f

Please sign in to comment.