mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user