Skip to content

Commit

Permalink
🎨 Docs
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 9, 2024
1 parent 375d393 commit 4e95f4d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python: "3.10"
python: "3.11"
- os: ubuntu-latest
python: "3.10"
python: "3.11"
pip-flags: "--pre"
timeout-minutes: 15
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Lamin Labs", email = "[email protected]"}]
readme = "README.md"
dynamic = ["version", "description"]
dependencies = [
"lamindb",
"lamindb[aws,bionty]",
]

[project.urls]
Expand Down
7 changes: 0 additions & 7 deletions tests/test_base.py

This file was deleted.

2 changes: 0 additions & 2 deletions wheretrue_lamin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
"""

__version__ = "0.0.1" # denote a pre-release for 0.1.0 with 0.1rc1

from ._core import ExampleClass, example_function
26 changes: 0 additions & 26 deletions wheretrue_lamin/_core.py

This file was deleted.

Empty file removed wheretrue_lamin/models.py
Empty file.

0 comments on commit 4e95f4d

Please sign in to comment.