Install dependencies for build test in CI : setuptools wheel
This commit is contained in:
parent
d8bd6c628d
commit
4007859c92
4
.github/workflows/build_test.yml
vendored
4
.github/workflows/build_test.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install setuptools wheel
|
||||||
- name: Build test the package
|
- name: Build test the package
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user