From 25607c257f90872f5e08b5ceff3d8c8ca78ab511 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Tue, 21 Jan 2025 06:35:19 -0500 Subject: [PATCH] test 6 --- .github/actions/setup_env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_env/action.yml b/.github/actions/setup_env/action.yml index c6dd8078920..abc5bd1ee5a 100644 --- a/.github/actions/setup_env/action.yml +++ b/.github/actions/setup_env/action.yml @@ -18,7 +18,7 @@ runs: - name: Install packages run: | - conda-lock install --name tardis conda-${{ inputs.os-label }}.lock + conda-lock install --name tardis --prefix /home/runner/micromamba/envs/tardis conda-${{ inputs.os-label }}.lock micromamba activate tardis pytest shell: bash -el {0}