Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597359001
  • Loading branch information
sagipe authored and copybara-github committed Jan 10, 2024
1 parent fc34be8 commit cb46600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ case $1 in
# pytest -n auto vizier/_src/algorithms/
;;
"benchmarks")
# pip install -r requirements-jax.txt \
# -r requirements-tf.txt \
# -r requirements-benchmarks.txt
# pytest -n auto vizier/_src/benchmarks/
pip install -r requirements-jax.txt \
-r requirements-tf.txt \
-r requirements-benchmarks.txt
pytest -n auto vizier/_src/benchmarks/
;;
"clients")
python vizier/service/clients/__init__.py
Expand Down

0 comments on commit cb46600

Please sign in to comment.