Skip to content

Commit 5907b6c

Browse files
committed
Actually install setuptools
1 parent 11a522d commit 5907b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install -r requirements.txt
29+
pip install setuptools
3030
3131
- name: Generate package distribution
3232
run: python3 setup.py sdist

0 commit comments

Comments
 (0)