Skip to content

Commit f8b4d08

Browse files
authored
add basico to workflow dependencies
1 parent 7cf5ce6 commit f8b4d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit seaborn numexpr python-libcombine deepdiff deprecation
24+
python3 -m pip install pytest-cov openpyxl pytest-httpx pysces copasi-basico lmfit seaborn numexpr python-libcombine deepdiff deprecation
2525
pip3 install -e .
2626
2727
- name: Test with pytest

0 commit comments

Comments
 (0)