Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Dec 13, 2023
1 parent 6d39739 commit 7da3996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
python-version: "3.11"
test-script: |
cp -r ${{ github.workspace }}/tests ./tests
cp -r ${{ github.workspace }}/examples ./examples
cp ${{ github.workspace }}/pyproject.toml ./pyproject.toml
python -m pip install -r ./tests/requirements.txt
pytest
Expand Down
4 changes: 3 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
beartype
beartype
pytest
jax[cpu]

0 comments on commit 7da3996

Please sign in to comment.