Skip to content

Commit d02a673

Browse files
authored
Merge pull request #5 from ecmwf-lab/develop
Merge to main
2 parents 28911c7 + 62b99ce commit d02a673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
if: ${{ github.event_name == 'release' }}
5858
runs-on: ubuntu-latest
59-
needs: checks
59+
needs: quality
6060

6161
steps:
6262
- uses: actions/checkout@v2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dynamic = [
5151
]
5252
dependencies = [
5353
"ai-models",
54-
"multiopython @ git+ssh://git@github.com/ecmwf/multio-python.git",
54+
"multiopython @ git+https://github.com/ecmwf/multio-python.git",
5555
]
5656

5757
entry-points."ai_models.output".multio = "ai_models_multio.output:MultioOutput"

0 commit comments

Comments
 (0)