File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Install dependencies
27
27
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]'
29
29
30
30
- name : Test AMD64 image
31
31
env :
78
78
79
79
- name : Install dependencies
80
80
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]'
82
82
conda run -n base ersilia --version
83
83
84
84
- name : Test ARM64 image
@@ -119,6 +119,7 @@ jobs:
119
119
retag-image :
120
120
runs-on : ubuntu-latest
121
121
needs : [test-image-amd64, test-image-arm64]
122
+ if : always()
122
123
steps :
123
124
- name : Check if AMD successful
124
125
if : ${{ needs.test-image-amd64.result == 'success' }}
You can’t perform that action at this time.
0 commit comments