ci: fix pip install warnings in GitHub Actions

This commit is contained in:
Régis Behmo 2022-12-12 21:26:37 +01:00
parent c26999ec65
commit b4a1b9528a
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ jobs:
- name: Upgrade pip and setuptools
# https://pypi.org/project/pip/
# https://pypi.org/project/setuptools/
run: python -m pip install --upgrade pip setuptools==65.6.3
# https://pypi.org/project/wheel/
run: python -m pip install --upgrade pip setuptools==65.6.3 wheel
- name: Print info about the current python installation
run: make ci-info
- name: Install requirements