Update python-package.yml: update setuptools

This commit is contained in:
cerenkov 2024-05-19 02:01:31 +08:00
parent 825536492c
commit b935d3ed02

View File

@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8