Skip to content

Commit 6ac8a16

Browse files
authored
Dev lazy loader (#17)
1 parent 65872ff commit 6ac8a16

6 files changed

Lines changed: 2226 additions & 1857 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Python package using Pip
44

55
on:
66
push:
7-
branches: [ main, dev ]
7+
branches: [ main, dev** ]
88
pull_request:
9-
branches: [ main, dev ]
9+
branches: [ main, dev** ]
1010

1111
env:
1212
CACHE_NUMBER: 0 # increase to reset cache manually

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ maintainers = [
3131
]
3232
dynamic = ["version"]
3333
dependencies = [
34+
"lazy-loader>=0.4",
3435
"typing-extensions>=4.10.0",
3536
]
3637

0 commit comments

Comments
 (0)