From 237a52a984f99a45f9b1247ebc3c1160bd7b738b Mon Sep 17 00:00:00 2001 From: dkazanc Date: Thu, 11 Jul 2024 13:24:38 +0100 Subject: [PATCH] iris test to pass3 --- .github/workflows/dev_build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_build_test.yml b/.github/workflows/dev_build_test.yml index b2a72e508..27d827d3e 100644 --- a/.github/workflows/dev_build_test.yml +++ b/.github/workflows/dev_build_test.yml @@ -34,10 +34,10 @@ jobs: post-cleanup: 'all' init-shell: bash - - name: Install httomo from conda-cloud + - name: Install httomo-dev from conda-cloud run: | micromamba activate httomo - micromamba install "httomo/linux-64::httomo * py310_openmpi_regular*" -c conda-forge -c astra-toolbox -c rapidsai + micromamba install "httomo/label/dev/linux-64::httomo * py310_openmpi_regular*" -c httomo -c conda-forge -c astra-toolbox -c rapidsai micromamba list - name: Run tests