Skip to content

Commit

Permalink
Merge pull request #3 from google/release-fix
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
patrick-kidger authored Jul 20, 2022
2 parents 049e551 + 3ca6d15 commit 10d7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.8"
test-script: |
python -m pip install pytest jax jaxlib sympy equinox
cp -r ${{ github.workspace }}/test ./test
cp -r ${{ github.workspace }}/tests ./tests
pytest
pypi-token: ${{ secrets.pypi_token }}
github-user: patrick-kidger
Expand Down

0 comments on commit 10d7751

Please sign in to comment.