Skip to content

Commit

Permalink
Fixed autoreleases
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Mar 21, 2022
1 parent e01eb2c commit 5267de2
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 @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.8"
test-script: |
python -m pip install pytest
python -m pip install pytest psutil jax equinox scipy
cp -r ${{ github.workspace }}/test ./test
pytest
pypi-token: ${{ secrets.pypi_token }}
Expand Down

0 comments on commit 5267de2

Please sign in to comment.