Skip to content

Commit

Permalink
Merge pull request #5 from ecmwf-lab/develop
Browse files Browse the repository at this point in the history
Merge to main
  • Loading branch information
HCookie authored Oct 11, 2024
2 parents 28911c7 + 62b99ce commit d02a673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
needs: checks
needs: quality

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dynamic = [
]
dependencies = [
"ai-models",
"multiopython @ git+ssh://git@github.com/ecmwf/multio-python.git",
"multiopython @ git+https://github.com/ecmwf/multio-python.git",
]

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

0 comments on commit d02a673

Please sign in to comment.