We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf5ce6 commit f8b4d08Copy full SHA for f8b4d08
1 file changed
.github/workflows/unit-tests.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python3 -m pip install --upgrade pip
24
- python3 -m pip install pytest-cov openpyxl pytest-httpx pysces lmfit seaborn numexpr python-libcombine deepdiff deprecation
+ python3 -m pip install pytest-cov openpyxl pytest-httpx pysces copasi-basico lmfit seaborn numexpr python-libcombine deepdiff deprecation
25
pip3 install -e .
26
27
- name: Test with pytest
0 commit comments