Skip to content

Commit

Permalink
Add flax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Apr 7, 2023
1 parent 070dda3 commit fdff318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install -e .
pip install -e .[dev]
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_versions():
"pytest",
"networkx",
"pytest-cov",
"flax"
],
"cuda": ["jax[cuda]"],
}
Expand Down

0 comments on commit fdff318

Please sign in to comment.