We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5ba6c commit 179be29Copy full SHA for 179be29
.github/workflows/test_sbml_semantic_test_suite.yml
@@ -45,9 +45,9 @@ jobs:
45
- name: Install apt dependencies
46
uses: ./.github/actions/install-apt-dependencies
47
48
+ - run: AMICI_PARALLEL_COMPILE="" ./scripts/installAmiciSource.sh
49
- run: |
50
source build/venv/bin/activate && pip install git+https://github.com/ICB-DCM/fiddy.git
- - run: AMICI_PARALLEL_COMPILE="" ./scripts/installAmiciSource.sh
51
- run: AMICI_PARALLEL_COMPILE="" ./scripts/run-SBMLTestsuite.sh ${{ matrix.cases }}
52
53
- name: "Upload artifact: SBML semantic test suite results"
0 commit comments