We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28911c7 + 62b99ce commit d02a673Copy full SHA for d02a673
.github/workflows/python-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
if: ${{ github.event_name == 'release' }}
58
runs-on: ubuntu-latest
59
- needs: checks
+ needs: quality
60
61
steps:
62
- uses: actions/checkout@v2
pyproject.toml
@@ -51,7 +51,7 @@ dynamic = [
51
]
52
dependencies = [
53
"ai-models",
54
- "multiopython @ git+ssh://git@github.com/ecmwf/multio-python.git",
+ "multiopython @ git+https://github.com/ecmwf/multio-python.git",
55
entry-points."ai_models.output".multio = "ai_models_multio.output:MultioOutput"
0 commit comments