6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-05 15:12:10 +00:00

ci: fix dependency caching

This commit is contained in:
Régis Behmo 2023-04-28 11:15:01 +02:00
parent 5c5cd266f2
commit 6771732414
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
with:
python-version: 3.7
cache: 'pip'
cache-dependency-path: requirements/dev.txt
- name: Upgrade pip and setuptools
# https://pypi.org/project/pip/
# https://pypi.org/project/setuptools/

View File

@ -16,6 +16,7 @@ jobs:
with:
python-version: 3.9
cache: 'pip'
cache-dependency-path: requirements/dev.txt
- name: Upgrade pip
run: python -m pip install --upgrade pip setuptools==44.0.0
- name: Install dependencies