From 3ca6d1583ab3d8b8c32a444e317c520e3f58a8a3 Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Thu, 21 Jul 2022 00:42:06 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0dbb71..c36bf6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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