Skip to content

Commit 3f2639a

Browse files
authored
Update python-publish.yml
1 parent 938e94f commit 3f2639a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
python-version: '3.x'
2222
- name: Install dependencies
2323
run: |
24+
pip install -r requirements.txt
2425
python -m pip install --upgrade pip
2526
pip install setuptools wheel twine
2627
- name: Build and publish

0 commit comments

Comments
 (0)