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:
parent
5c5cd266f2
commit
6771732414
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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/
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user