fix: way to install deps in CI

This commit is contained in:
eggplants
2022-02-03 22:04:37 +09:00
parent c96d8c8fc2
commit f0776152b7

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install -U setuptools wheel
- name: Build test the package
run: |
python setup.py sdist bdist_wheel