Skip to content

Commit e399ee9

Browse files
ci(release): install requirements
This is a followup for madebr#29.
1 parent 9bc2a55 commit e399ee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
python-version: 3.x
1717
- run: |
18+
python -m pip install -r requirements-dev.txt
1819
python -m pip install setuptools wheel
1920
python setup.py sdist bdist_wheel
2021
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)