Skip to content

Commit d380c0f

Browse files
committed
update: Install dependencies
1 parent 3b19dfa commit d380c0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
python-version: 3.8
1616
- name: Install dependencies
1717
run: |
18-
python3 -m pip install -r requirements-dev.txt
19-
python3 -m pip install -U setuptools wheel twine
18+
python3 -m pip install -U wheel twine
2019
- name: Build package
2120
run: |
2221
python3 setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)