Skip to content

Commit 083df40

Browse files
authored
Update python-publish.yml
1 parent b8f08b6 commit 083df40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install setuptools wheel
27+
python -m pip install .
28+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2729
- name: Test with pytest
2830
run: |
2931
python -m pip install pytest

0 commit comments

Comments
 (0)