We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcaa3a commit 4e223a0Copy full SHA for 4e223a0
1 file changed
.github/workflows/test_pypi.yml
@@ -42,5 +42,5 @@ jobs:
42
43
- run: pip install --upgrade pip
44
- run: pip install -v amici
45
- - run: python -c "from amici import _amici; print(_amici)"
+ - run: python -c "from amici._installation import _amici; print(_amici)"
46
- run: python -m amici
0 commit comments