Skip to content

Commit

Permalink
add pip upgrade to fix flax install (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkroiz authored Dec 18, 2023
1 parent c0dcbce commit 5ecd8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pax/nightly/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ local mixins = import 'templates/mixins.libsonnet';
# .bash_logout sometimes causes a spurious bad exit code, remove it.
rm .bash_logout
# update pip version
pip install --upgrade pip
# check for nightly build
gsutil cp gs://pax-on-cloud-tpu-project/wheels/%(buildDate)s/paxml*.whl .
gsutil cp gs://pax-on-cloud-tpu-project/wheels/%(buildDate)s/praxis*.whl .
Expand Down

0 comments on commit 5ecd8f3

Please sign in to comment.