We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7bc4c commit a1434aeCopy full SHA for a1434ae
1 file changed
.github/actions/install_eitprocessing_uv/action.yml
@@ -35,7 +35,7 @@ runs:
35
- uses: shrink/actions-docker-extract@v3
36
if: ${{ inputs.extract-data == 'true' }}
37
with:
38
- image: ghcr.io/eit-alive/eittestdata:clean
+ image: ghcr.io/eit-alive/eittestdata:latest
39
destination: ${{ inputs.data-directory }}
40
path: /eitprocessing/.
41
- name: Install uv and set the python version
0 commit comments