Skip to content

Commit 0ede262

Browse files
authored
Update ci.yml
1 parent cbf5bb9 commit 0ede262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install pytest cffi
29+
- name: Build
30+
run: |
31+
pip install -e .
2932
- name: Test with pytest
3033
run: |
3134
pytest

0 commit comments

Comments
 (0)