Skip to content

Commit

Permalink
bugfix test model image
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron committed Mar 3, 2025
1 parent 82c6906 commit d7c7081
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-model-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7c7081

Please sign in to comment.