Skip to content

Commit 5bcb5d5

Browse files
authored
Serialization support (#2)
* prepare support for key paths * add flax serialization support * update poetry * run pre-commit
1 parent c9d327f commit 5bcb5d5

File tree

5 files changed

+1230
-326
lines changed

5 files changed

+1230
-326
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Poetry
3232
uses: snok/[email protected]
3333
with:
34-
version: 1.2.1
34+
version: 1.4.0
3535

3636
- name: Setup Poetry
3737
run: |
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install Poetry
8282
uses: snok/[email protected]
8383
with:
84-
version: 1.2.1
84+
version: 1.4.0
8585

8686
- name: Setup Poetry
8787
run: |
@@ -98,11 +98,11 @@ jobs:
9898
if: steps.cache.outputs.cache-hit != 'true'
9999
run: |
100100
poetry run pip install -U certifi
101-
poetry install --no-dev
101+
poetry install --only main
102102
103103
- name: Install Package
104104
run: |
105-
poetry install --no-dev
105+
poetry install --only main
106106
107107
- name: Test Import
108108
run: |

0 commit comments

Comments
 (0)