From 5776c92673af3778911b3b541b7db9b810100023 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Thu, 13 Jul 2023 11:30:02 +0100 Subject: [PATCH] pin condalock and run a test --- .github/workflows/create-condalock-file.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-condalock-file.yml b/.github/workflows/create-condalock-file.yml index ccdffd6177..b76ffb1db4 100644 --- a/.github/workflows/create-condalock-file.yml +++ b/.github/workflows/create-condalock-file.yml @@ -4,9 +4,9 @@ on: # Trigger on push on main or other branch for testing # NOTE that push: main will create the file very often # and hence lots of automated PRs - # push: - # branches: - # - main + push: + branches: + - pin-condalock schedule: - cron: '0 4 */10 * *' @@ -43,7 +43,8 @@ jobs: which python python --version - name: Install conda-lock - run: mamba install -y conda-lock + # conda-lock==2.1.0 has issues building the lockfilr + run: mamba install -y conda-lock==2.0.0 - name: Check version of conda-lock run: conda-lock --version - name: Create conda lock file for linux-64