Install dependencies for build test in CI : setuptools wheel

This commit is contained in:
Akash Mahanty 2022-01-25 13:35:58 +05:30
parent d8bd6c628d
commit 4007859c92

View File

@ -21,6 +21,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Build test the package
run: |
python setup.py sdist bdist_wheel