Skip to content

Commit ae11459

Browse files
remove stuff from publish yaml
1 parent 4475f7e commit ae11459

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
pip install build twine wheel setuptools ruff
3939
pip install -r requirements.txt
4040
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
41-
# Install temporary Google GenAI wheel
42-
pip install temp/google_genai-1.14.0-py3-none-any.whl
4341
4442
- name: Run Ruff linting
4543
run: |

0 commit comments

Comments
 (0)