Skip to content

Commit

Permalink
Proj ci fix WIP (#6135)
Browse files Browse the repository at this point in the history
* Updated environment lockfiles

* check proj env's

* check proj env's 2

* check proj env's 3

* bump cache numbers

* test

* test2

* test3

* test4

* test5

* set tar-bz2 to false

* reset build numbers

* bumb build no

---------

Co-authored-by: Lockfile bot <noreply@github.com>
Co-authored-by: Patrick Peglar <patrick.peglar@metoffice.gov.uk>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent fa8a416 commit de4843c
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 356 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,29 @@ jobs:
- name: "data cache"
uses: ./.github/workflows/composite/iris-data-cache
with:
cache_build: 0
cache_build: 5
env_name: ${{ env.ENV_NAME }}
version: ${{ env.IRIS_TEST_DATA_VERSION }}

- name: "conda package cache"
uses: ./.github/workflows/composite/conda-pkg-cache
with:
cache_build: 0
cache_build: 5
cache_period: ${{ env.CACHE_PERIOD }}
env_name: ${{ env.ENV_NAME }}

- name: "conda install"
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge
activate-environment: ${{ env.ENV_NAME }}
auto-update-conda: false
use-only-tar-bz2: true

- name: "conda environment cache"
uses: ./.github/workflows/composite/conda-env-cache
with:
cache_build: 0
cache_build: 5
cache_period: ${{ env.CACHE_PERIOD }}
env_name: ${{ env.ENV_NAME }}
install_packages: "cartopy nox pip"
Expand All @@ -104,14 +103,14 @@ jobs:
- name: "cartopy cache"
uses: ./.github/workflows/composite/cartopy-cache
with:
cache_build: 0
cache_build: 5
cache_period: ${{ env.CACHE_PERIOD }}
env_name: ${{ env.ENV_NAME }}

- name: "nox cache"
uses: ./.github/workflows/composite/nox-cache
with:
cache_build: 2
cache_build: 5
env_name: ${{ env.ENV_NAME }}
lock_file: ${{ env.LOCK_FILE }}

Expand Down
Loading

0 comments on commit de4843c

Please sign in to comment.