We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4475f7e commit ae11459Copy full SHA for ae11459
.github/workflows/publish.yml
@@ -38,8 +38,6 @@ jobs:
38
pip install build twine wheel setuptools ruff
39
pip install -r requirements.txt
40
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
43
44
- name: Run Ruff linting
45
run: |
0 commit comments