diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 5bae75a..ff0d29f 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -30,10 +30,11 @@ jobs: - name: Install all dependencies run: uv sync --frozen --all-extras --all-groups - - name: Build goose image + - name: Build required images run: | uv tool install --with-editable . . cubbi image build goose + cubbi image build gemini-cli - name: Tests run: |