Skip to content

Commit 4e223a0

Browse files
committed
GHA: fix amici extension check
1 parent 1fcaa3a commit 4e223a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242

4343
- run: pip install --upgrade pip
4444
- run: pip install -v amici
45-
- run: python -c "from amici import _amici; print(_amici)"
45+
- run: python -c "from amici._installation import _amici; print(_amici)"
4646
- run: python -m amici

0 commit comments

Comments
 (0)