Skip to content

Commit 7499965

Browse files
committed
Fixes in addition of pymultio to downstream-ci
1 parent e22f81d commit 7499965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@feature/add_pymultio
3030
with:
3131
multio: ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
32-
pymultio: pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
32+
pymultio: pymultio:ecmwf/multio/pymultio@${{ github.event.pull_request.head.sha || github.sha }}
3333
codecov_upload: true
3434
clang_format: false
3535
secrets: inherit
@@ -60,7 +60,7 @@ jobs:
6060
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@feature/add_pymultio
6161
with:
6262
multio: ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
63-
pymultio: pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
63+
pymultio: pymultio:ecmwf/multio/pymultio@${{ github.event.pull_request.head.sha || github.sha }}
6464
secrets: inherit
6565

6666
# Run CI of private downstream packages on HPC

0 commit comments

Comments
 (0)