Skip to content

Commit

Permalink
Fixed no jaxlib in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Apr 8, 2022
1 parent f3b55d5 commit 316c5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.8"
test-script: |
python -m pip install pytest
python -m pip install pytest jaxlib
cp -r ${{ github.workspace }}/tests ./tests
pytest
pypi-token: ${{ secrets.pypi_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest wheel optax
python -m pip install pytest wheel optax jaxlib
- name: Checks with pre-commit
uses: pre-commit/[email protected]
Expand Down

0 comments on commit 316c5b7

Please sign in to comment.