Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 23, 2024
1 parent 7aafa78 commit ae984ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ jobs:
run: pip3 install -v --user $(ls -t python/sdist/dist/amici-*.tar.gz | head -1)

- name: Test import
run: python -m amici
run: python -m amici && test "$(python -m amici)=*extensions,OpenMP,HDF5,thread_clock*"
shell: bash

0 comments on commit ae984ce

Please sign in to comment.