Skip to content

Commit

Permalink
Merge pull request #967 from fabianp:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635471397
  • Loading branch information
OptaxDev committed May 20, 2024
2 parents 702e6d2 + 7d8d654 commit dd1dac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set -xeuo pipefail

# Install deps in a virtual env.
rm -rf _testing
rm -rf dist/
rm -rf *.whl
rm -rf .pytype
mkdir -p _testing
readonly VENV_DIR="$(mktemp -d `pwd`/_testing/optax-env.XXXXXXXX)"
Expand Down

0 comments on commit dd1dac4

Please sign in to comment.