Skip to content

Commit 09d8596

Browse files
authored
use test requirements for pypi release
1 parent b48ca32 commit 09d8596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyblish-release-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
python -m pip install -U .
30+
pip install -r requirements-test.txt
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)