Skip to content

Commit 6e41a01

Browse files
committed
Installing dependencies in workflow
1 parent 1a2159b commit 6e41a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.9
1818
- name: Install twine
1919
run: >-
20-
pip install twine
20+
pip install -r requirements.txt
2121
- name: Build a binary wheel and a source tarball
2222
run: >-
2323
python setup.py sdist

0 commit comments

Comments
 (0)