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:
parent
c26999ec65
commit
b4a1b9528a
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user