Skip to content

Commit 598b3d5

Browse files
pypi build
1 parent 08fbb63 commit 598b3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel
25+
pip install setuptools wheel requests
2626
- name: Build package
2727
run: |
2828
python setup.py sdist bdist_wheel # Could also be python -m build

0 commit comments

Comments
 (0)