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 63
63
CACHE_WEEKS : 2
64
64
run : |
65
65
echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV}
66
- echo "LOCK_FILE=requirements/ci/nox.lock /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
66
+ echo "LOCK_FILE=requirements/locks /py$(echo ${{ matrix.python-version }} | tr -d '.')-linux-64.lock" >> ${GITHUB_ENV}
67
67
68
68
- name : " data cache"
69
69
uses : ./.github/workflows/composite/iris-data-cache
@@ -111,7 +111,7 @@ jobs:
111
111
- name : " nox cache"
112
112
uses : ./.github/workflows/composite/nox-cache
113
113
with :
114
- cache_build : 1
114
+ cache_build : 2
115
115
env_name : ${{ env.ENV_NAME }}
116
116
lock_file : ${{ env.LOCK_FILE }}
117
117
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