Skip to content

Commit

Permalink
bngl
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 5, 2024
1 parent c1e3249 commit 4a0b7ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ jobs:
- name: Check OpenMP support
run: source build/venv/bin/activate && python -c "import amici; import sys; sys.exit(not amici.compiledWithOpenMP())"

- name: Get BioNetGen
run: scripts/buildBNGL.sh

- name: Python tests
run: |
scripts/run-python-tests.sh \
Expand Down

0 comments on commit 4a0b7ad

Please sign in to comment.