Skip to content

Commit 5ae3b1b

Browse files
Add package loading test
1 parent e4b3be0 commit 5ae3b1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- name: "Pip installing libsemigroups_pybind11 . . ."
5858
run: |
5959
CXX="${{ matrix.compiler }}" python -m pip install . -v
60+
- name: "Test package loading . . ."
61+
run: python -c "from libsemigroups_pybind11 import *"
6062
- name: "python -m pytest -vv tests/test_*.py . . ."
6163
run: |
6264
python -m pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)