From e3dea841e6c6c87c7b8dc1c9d183f623eb40ef3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Beuttenm=C3=BCller?= Date: Thu, 8 Feb 2024 17:19:29 +0100 Subject: [PATCH] Update script dependencies --- .github/workflows/ci_runner.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_runner.yaml b/.github/workflows/ci_runner.yaml index 479d526..bc76aee 100644 --- a/.github/workflows/ci_runner.yaml +++ b/.github/workflows/ci_runner.yaml @@ -35,7 +35,7 @@ jobs: run: | echo "Installing workflow script dependencies" python -m pip install --upgrade pip - python -m pip install "minio==7.2.3" "ruyaml==0.91.0" "bioimageio.spec==0.4.9.post5" "typer" + python -m pip install "minio==7.2.3" "loguru==0.7.2" "ruyaml==0.91.0" "bioimageio.spec==0.4.9.post5" "typer" - name: Unzip model file run: | python .github/scripts/update_status.py "${{ inputs.resource_path }}" "Unzip and upload to ${{env.S3_HOST}}/${{env.S3_BUCKET}}/${{env.S3_FOLDER}}/${{inputs.resource_path}}/files" "1" @@ -89,5 +89,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Install workflow script dependencies + run: | + echo "Installing workflow script dependencies" + python -m pip install --upgrade pip + python -m pip install "minio==7.2.3" "loguru==0.7.2" - run: | python .github/scripts/update_status.py "${{ inputs.resource_path }}" "Awaiting review" "4"