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 6363 CACHE_WEEKS : 2
6464 run : |
6565 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}
6767
6868 - name : " data cache"
6969 uses : ./.github/workflows/composite/iris-data-cache
@@ -111,7 +111,7 @@ jobs:
111111 - name : " nox cache"
112112 uses : ./.github/workflows/composite/nox-cache
113113 with :
114- cache_build : 1
114+ cache_build : 2
115115 env_name : ${{ env.ENV_NAME }}
116116 lock_file : ${{ env.LOCK_FILE }}
117117
Original file line number Diff line number Diff line change 7474 CACHE_WEEKS : 2
7575 run : |
7676 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}
7878
7979 - name : " conda package cache"
8080 uses : ./.github/workflows/composite/conda-pkg-cache
@@ -103,7 +103,7 @@ jobs:
103103 - name : " nox cache"
104104 uses : ./.github/workflows/composite/nox-cache
105105 with :
106- cache_build : 0
106+ cache_build : 1
107107 env_name : ${{ env.ENV_NAME }}
108108 lock_file : ${{ env.LOCK_FILE }}
109109
You can’t perform that action at this time.
0 commit comments