Skip to content

Commit fdcf1b0

Browse files
committed
Adjusting pymultio location in ci
1 parent 129eb74 commit fdcf1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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/pymultio@${{ github.event.pull_request.head.sha || github.sha }}
32+
pymultio: pymultio:ecmwf/multio@${{ 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/pymultio@${{ github.event.pull_request.head.sha || github.sha }}
63+
pymultio: pymultio:ecmwf/multio@${{ 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)