Skip to content

Commit 0f20095

Browse files
committed
fix retag image
1 parent dbf5958 commit 0f20095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-model-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
conda run -n base python -m pip install 'git+https://github.com/ersilia-os/ersilia.git@package-resolver#egg=ersilia[test]'
28+
conda run -n base python -m pip install 'git+https://github.com/ersilia-os/ersilia.git#egg=ersilia[test]'
2929
3030
- name: Test AMD64 image
3131
env:
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Install dependencies
8080
run: |
81-
conda run -n base python -m pip install 'git+https://github.com/ersilia-os/ersilia.git@package-resolver#egg=ersilia[test]'
81+
conda run -n base python -m pip install 'git+https://github.com/ersilia-os/ersilia.git#egg=ersilia[test]'
8282
conda run -n base ersilia --version
8383
8484
- name: Test ARM64 image
@@ -119,6 +119,7 @@ jobs:
119119
retag-image:
120120
runs-on: ubuntu-latest
121121
needs: [test-image-amd64, test-image-arm64]
122+
if: always()
122123
steps:
123124
- name: Check if AMD successful
124125
if: ${{ needs.test-image-amd64.result == 'success' }}

0 commit comments

Comments
 (0)