mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 08:08:20 +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:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
cache-dependency-path: requirements/dev.txt
|
||||||
- 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/
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
cache-dependency-path: requirements/dev.txt
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
run: python -m pip install --upgrade pip setuptools==44.0.0
|
run: python -m pip install --upgrade pip setuptools==44.0.0
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user