Skip to content

Commit 083023c

Browse files
committed
Install dependencies in the public package workflow
1 parent 05c514e commit 083023c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
python -m pip install build twine
4646
python -m pip list
4747
48+
- name: Install dependencies
49+
run: python -m pip install -r requirements.txt
50+
4851
- name: Build a wheel and a sdist
4952
run: |
5053
PYTHONWARNINGS=error,default::DeprecationWarning python -m build .

0 commit comments

Comments
 (0)