Skip to content
Merged
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: 📦 Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-mock
pip install git+https://github.com/NOC-MSM/OceanDataStore.git
pip install -e .[tests]

- name: 🧪 Run Pytest
run: |
Expand Down
4 changes: 2 additions & 2 deletions OceanDataStore/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
__author__ = "Ollie Tooth, Joao Morado, Tobias Ferreira"
__credits__ = "National Oceanography Centre (NOC), Southampton, UK"

from OceanDataStore.catalog.oceandatacatalog import OceanDataCatalog
from OceanDataStore.catalog.oceandatacatalog import OceanDataCatalog, CatalogSummary

__all__ = ("OceanDataCatalog",)
__all__ = ("OceanDataCatalog", "CatalogSummary",)
Loading
Loading