зеркало из https://github.com/microsoft/torchgeo.git
CI: use unique names for release caches (#1723)
This commit is contained in:
Родитель
b9eb632d11
Коммит
4630477af6
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: ${{ env.pythonLocation }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-datasets
|
||||
- name: Install pip dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: ${{ env.pythonLocation }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-integration
|
||||
- name: Install pip dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: ${{ env.pythonLocation }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-tutorials
|
||||
- name: Install pip dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: ${{ env.pythonLocation }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
|
||||
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-tutorials
|
||||
- name: Install pip dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче