Skip to content

Try removing gettext installation #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove gettext installation from sync.yml
  • Loading branch information
rffontenelle authored Feb 5, 2025
commit c4c8c96cebe4dd9600efb2eef0efc3f646dc9c63
3 changes: 0 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
cd /usr/local/bin
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION

- name: Install APT dependencies
run: sudo apt update -y && sudo apt install gettext -y

- name: Install Python dependencies
run: |
pip install -r requirements.txt
Expand Down
Loading