Skip to content

Commit

Permalink
Serialization support (#2)
Browse files Browse the repository at this point in the history
* prepare support for key paths

* add flax serialization support

* update poetry

* run pre-commit
  • Loading branch information
cgarciae authored Mar 4, 2023
1 parent c9d327f commit 5bcb5d5
Show file tree
Hide file tree
Showing 5 changed files with 1,230 additions and 326 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.2.1
version: 1.4.0

- name: Setup Poetry
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.2.1
version: 1.4.0

- name: Setup Poetry
run: |
Expand All @@ -98,11 +98,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
poetry run pip install -U certifi
poetry install --no-dev
poetry install --only main
- name: Install Package
run: |
poetry install --no-dev
poetry install --only main
- name: Test Import
run: |
Expand Down
Loading

0 comments on commit 5bcb5d5

Please sign in to comment.