Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/legacy-ci.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/notify-new-issue.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/notify-new-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: mdformat
exclude: cruft-update-template.md
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.16.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Install from PyPI:
pip install earthkit
```

More details can be found at https://earthkit.readthedocs.io/en/latest/install.html.

## Licence

```
Expand Down
1 change: 1 addition & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import pytest


def test_earthkit_data_import():
import earthkit.data # noqa
from earthkit.data import from_source # noqa
Expand Down
Loading