From 23ae1d63c0ac369a8aa10afd612e594238b8ab58 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Martinez Date: Wed, 27 Sep 2023 17:15:27 +0200 Subject: [PATCH] ci: fix test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6233b57af5..3c43bfa7b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -305,6 +305,7 @@ jobs: poetry install --all-extras ./scripts/install_pydantic_v2.sh ${{ matrix.pydantic-version }} poetry run pip install protobuf==3.20.0 + poetry run pip install google-auth==2.23.0 poetry run pip install tensorflow==2.12.0 poetry run pip uninstall -y torch poetry run pip install torch