We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c226d40 commit 77587acCopy full SHA for 77587ac
.github/workflows/python-package.yml
@@ -54,8 +54,10 @@ jobs:
54
uses: actions/setup-python@v3
55
with:
56
python-version: '3.x'
57
- - name: Install build dependencies
58
- run: python -m pip install --upgrade pip setuptools wheel
+ - name: Install dependencies
+ run: |
59
+ python -m pip install --upgrade pip
60
+ pip install -r requirements.txt
61
- name: Build package
62
run: python setup.py sdist bdist_wheel
63
- name: Publish package
0 commit comments