6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 14:43:03 +00:00

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

View File

@ -40,7 +40,8 @@ jobs:
- name: Upgrade pip and setuptools - name: Upgrade pip and setuptools
# https://pypi.org/project/pip/ # https://pypi.org/project/pip/
# https://pypi.org/project/setuptools/ # 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 - name: Print info about the current python installation
run: make ci-info run: make ci-info
- name: Install requirements - name: Install requirements