-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prepare support for key paths * add flax serialization support * update poetry * run pre-commit
- Loading branch information
Showing
5 changed files
with
1,230 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
Oops, something went wrong.