Skip to content

Commit 9c5aa08

Browse files
committed
Fix PyPI action dependency
1 parent a50875a commit 9c5aa08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install dependencies and build
2727
run: |
2828
pip install -U pip
29+
pip install -r requirements.txt
2930
pip install setuptools wheel
3031
python setup.py sdist bdist_wheel
3132

0 commit comments

Comments
 (0)