Skip to content

Commit d0ecdf6

Browse files
committed
install requirements
1 parent 54d7202 commit d0ecdf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
uses: actions/setup-python@v1
1212
with:
1313
python-version: 3.12
14+
- name: Install requirements
15+
run: pip install -r requirements.txt
1416
- name: Build a binary wheel and a source tarball
1517
run: python setup.py sdist
1618
- name: Publish distribution package to Test PyPI

0 commit comments

Comments
 (0)