kopia lustrzana https://github.com/collective/icalendar
Add keys for caching
rodzic
bee11c8b38
commit
0337179a0f
|
@ -33,7 +33,13 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.config[0] }}
|
||||
# for caching, see
|
||||
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
|
||||
cache: 'pip'
|
||||
cache-dependency-path: |
|
||||
setup.*
|
||||
tox.ini
|
||||
requirements*.txt
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Ładowanie…
Reference in New Issue