fix(ci): remove redundant npm install in sandbox build

Removes the unnecessary `npm install` step from the
`build-and-publish-sandbox` job. The Dockerfile is responsible
for installing the correct version of the package, so this step
was redundant.
This commit is contained in:
mkorwel
2025-10-23 10:11:58 -07:00
parent 14707b6d5e
commit 6831c79c0a
-3
View File
@@ -92,9 +92,6 @@ jobs:
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: 'Install Published CLI'
run: 'npm install @google/gemini-cli@${{ needs.publish-bundle.outputs.version }}'
- name: 'Log in to GitHub Container Registry'
uses: 'docker/login-action@v3'
with: