Skip to content

Commit c4dfaf1

Browse files
authored
update ci locks location (#5228)
1 parent 6b4ba73 commit c4dfaf1

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
@@ -63,7 +63,7 @@ jobs:
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

.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)