Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 5, 2024
1 parent fcae816 commit c1e3249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ jobs:
run: brew install hdf5 swig gcc cppcheck libomp boost

- name: Install python package
run: scripts/installAmiciSource.sh
run: |
pip show numpy > /dev/null || python3 -m pip install numpy
scripts/installAmiciSource.sh
- name: Check OpenMP support
run: source build/venv/bin/activate && python -c "import amici; import sys; sys.exit(not amici.compiledWithOpenMP())"
Expand Down

0 comments on commit c1e3249

Please sign in to comment.