Skip to content

Commit

Permalink
add missing checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 3, 2024
1 parent 6c9ce67 commit d095381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_compatibility_ilastik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
matrix: ${{ fromJson(needs.setup.outputs.version_matrix) }}

steps:
- uses: actions/checkout@v4
- run: wget https://${{vars.S3_HOST}}/${{vars.S3_BUCKET}}/${{vars.S3_FOLDER}}/all_versions_draft.json
- run: wget https://${{vars.S3_HOST}}/${{vars.S3_BUCKET}}/${{vars.S3_FOLDER}}/all_versions.json
- name: Download ilastik env
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
environment: 'production'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down

0 comments on commit d095381

Please sign in to comment.