Skip to content

Commit 97cc149

Browse files
bjlittlepp-mo
authored andcommitted
update ci locks location (SciTools#5228)
1 parent b8bb753 commit 97cc149

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
CACHE_WEEKS: 2
5353
run: |
5454
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}
5656
5757
- name: "data cache"
5858
uses: ./.github/workflows/composite/iris-data-cache
@@ -100,7 +100,7 @@ jobs:
100100
- name: "nox cache"
101101
uses: ./.github/workflows/composite/nox-cache
102102
with:
103-
cache_build: 1
103+
cache_build: 2
104104
env_name: ${{ env.ENV_NAME }}
105105
lock_file: ${{ env.LOCK_FILE }}
106106

.github/workflows/ci-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)