Skip to content

Commit

Permalink
Update script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Feb 8, 2024
1 parent 35bbb5c commit e3dea84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit e3dea84

Please sign in to comment.