We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f08b6 commit 083df40Copy full SHA for 083df40
.github/workflows/python-publish.yml
@@ -24,6 +24,8 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install setuptools wheel
27
+ python -m pip install .
28
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
- name: Test with pytest
30
31
python -m pip install pytest
0 commit comments