Skip to content

Commit

Permalink
retry process W2D3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 1, 2024
1 parent 80537d4 commit 4632347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/check-notebooks/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ runs:
# add cdsapi credentials for projects
echo "url: https://cds.climate.copernicus.eu/api/v2" >> /home/runner/.cdsapirc
echo "key: ${{ inputs.cdsapi_uid }}:${{ inputs.cdsapi_key }}" >> /home/runner/.cdsapirc
# add helper functions to main dir
cp tutorials/W2D3_ExtremesandVariability/gev_functions.py tutorials/W2D3_ExtremesandVariability/sdfc_classes.py tutorials/W2D3_ExtremesandVariability/extremes_functions.py .
python ci/process_notebooks.py ${{ env.NBS }} ${{ inputs.exec_flag}}
shell: bash -l {0}

Expand Down

0 comments on commit 4632347

Please sign in to comment.