Skip to content

Commit b05dfcb

Browse files
authored
Update release.yml
Hopefully requirements get installed
1 parent 292daed commit b05dfcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install --upgrade setuptools wheel twine
24+
pip install -r requirements.txt
2425
- name: Build
2526
run: |
2627
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)