Skip to content

Commit

Permalink
Fix Crowdin Download action
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Oct 27, 2024
1 parent 0fd6c90 commit 4890191
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/crowdin_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
- name: Install and Configure Python
shell: bash
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install lxml requests crowdin-api-client
pip install lxml requests crowdin-api-client --no-cache-dir
- name: Download translations from Crowdin
run: |
source .venv/bin/activate
python3 ./make_scripts/download_translations.py
env:
crowdin_project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit 4890191

Please sign in to comment.