diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 9b2fa3d6c..ccb6cd87c 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -32,5 +32,6 @@ jobs: run: | pip install -e ".[tensorflow-cpu,tests]" --progress-bar off --upgrade pip install jax[cpu] --progress-bar off --upgrade + pip install tensorflow==2.16.0rc0 - name: Run the guides run: bash shell/run_guides.sh