Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Feb 12, 2025
1 parent 8f51ce9 commit 6522b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
EXTERNAL_TRIGGER: ${{ needs.job_control.outputs.external_trigger }}
#SET_MET_IMAGE: ${{ github.event.inputs.force_met_image }}
SET_MET_IMAGE: met-dev:feature_baseimage_30_py3.12.0
SET_MET_IMAGE: 'met-dev:feature_baseimage_30_py3.12.0'

update_data_volumes:
name: Docker Setup - Update Data Volumes
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
with:
categories: ${{ matrix.categories }}
metplotpy_branch: ${{ github.event.inputs.metplotpy_branch }}
metcalcpy_branch: feature_py3.12_fix
metcalcpy_branch: 'feature_py3.12_fix'
metdataio_branch: ${{ github.event.inputs.metdataio_branch }}

# copy logs with errors to error_logs directory to save as artifact
Expand Down

0 comments on commit 6522b4b

Please sign in to comment.