From d7c7081e77198bca353ccded8cd7fefa89ed2c75 Mon Sep 17 00:00:00 2001 From: GemmaTuron Date: Mon, 3 Mar 2025 16:35:40 +0100 Subject: [PATCH] bugfix test model image --- .github/workflows/test-model-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-model-image.yml b/.github/workflows/test-model-image.yml index aba213d..c2beef2 100644 --- a/.github/workflows/test-model-image.yml +++ b/.github/workflows/test-model-image.yml @@ -25,8 +25,6 @@ jobs: - name: Install dependencies run: | - conda run -n base git-lfs install - conda run -n base conda install gh -c conda-forge conda run -n base python -m pip install 'git+https://github.com/ersilia-os/ersilia.git#egg=ersilia[test]' - name: Fetch model and run #TODO change for test command @@ -62,7 +60,7 @@ jobs: env: MODEL_ID: ${{ inputs.repo_name }} run: | - docker pull ersiliaos/$MODEL_ID:dev-arm64 + conda run -n base ersilia -v fetch $MODEL_ID --from_dockerhub --version dev retag-image: runs-on: ubuntu-latest