File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
uses : ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@feature/add_pymultio
30
30
with :
31
31
multio : ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
32
- pymultio : pymultio:ecmwf/multio/pymultio @${{ github.event.pull_request.head.sha || github.sha }}
32
+ pymultio : pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
33
33
codecov_upload : true
34
34
clang_format : false
35
35
secrets : inherit
60
60
uses : ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@feature/add_pymultio
61
61
with :
62
62
multio : ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
63
- pymultio : pymultio:ecmwf/multio/pymultio @${{ github.event.pull_request.head.sha || github.sha }}
63
+ pymultio : pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
64
64
secrets : inherit
65
65
66
66
# Run CI of private downstream packages on HPC
You can’t perform that action at this time.
0 commit comments