File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
CACHE_WEEKS : 2
53
53
run : |
54
54
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
55
- echo "LOCK_FILE=requirements/ci/nox.lock /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
55
+ echo "LOCK_FILE=requirements/locks /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
56
56
57
57
- name : " data cache"
58
58
uses : ./.github/workflows/composite/iris-data-cache
@@ -100,7 +100,7 @@ jobs:
100
100
- name : " nox cache"
101
101
uses : ./.github/workflows/composite/nox-cache
102
102
with :
103
- cache_build : 1
103
+ cache_build : 2
104
104
env_name : ${{ env.ENV_NAME }}
105
105
lock_file : ${{ env.LOCK_FILE }}
106
106
Original file line number Diff line number Diff line change 74
74
CACHE_WEEKS : 2
75
75
run : |
76
76
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
77
- echo "LOCK_FILE=requirements/ci/nox.lock /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
77
+ echo "LOCK_FILE=requirements/locks /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
78
78
79
79
- name : " conda package cache"
80
80
uses : ./.github/workflows/composite/conda-pkg-cache
@@ -103,7 +103,7 @@ jobs:
103
103
- name : " nox cache"
104
104
uses : ./.github/workflows/composite/nox-cache
105
105
with :
106
- cache_build : 0
106
+ cache_build : 1
107
107
env_name : ${{ env.ENV_NAME }}
108
108
lock_file : ${{ env.LOCK_FILE }}
109
109
You can’t perform that action at this time.
0 commit comments