From c1d404589094bbcf1e74682dfa23fe152f63ce62 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sun, 14 Sep 2025 12:40:22 +0100 Subject: [PATCH] Update pip install and env --- .github/workflows/translate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index f1a00e9..ecf5173 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -23,11 +23,11 @@ jobs: uses: actions/setup-python@v4.7.1 - run: | - pip install beautifulsoup4 - pip install deep-translator - pip install lxml + pip install google-genai beautifulsoup4 lxml - run: python translate.py + env: + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} # Commit all changed files back to the repository - uses: stefanzweifel/git-auto-commit-action@v5