We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48ca32 commit 09d8596Copy full SHA for 09d8596
.github/workflows/pyblish-release-to-pypi.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ python -m pip install -U .
+ pip install -r requirements-test.txt
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments