Skip to content

Commit bbac13b

Browse files
committed
Install dev requirements for wheel package
1 parent 6cd6888 commit bbac13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
pip install --upgrade pip
29-
pip install -r requirements.txt
29+
pip install -r requirements-dev.txt
3030
3131
- name: Create source dist
3232
run: python setup.py sdist

0 commit comments

Comments
 (0)