Skip to content

Commit 43c7e8c

Browse files
committed
fix CI
1 parent 45ed1b4 commit 43c7e8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131

32+
- name: Install project
33+
run: |
34+
pip install .
35+
3236
- name: Run test suite
3337
run: |
3438
python tests/test_runner.py

0 commit comments

Comments
 (0)