Skip to content

Commit 627cc85

Browse files
committed
Update action
1 parent 09c0d12 commit 627cc85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install pytest
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32+
python -m pip install .
3233
- name: Test with pytest
3334
run: |
3435
pytest

0 commit comments

Comments
 (0)