Skip to content

Commit

Permalink
install gettext in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Nov 21, 2023
1 parent da867b6 commit 870c0d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
with:
python-version: 3.9

- name: Install Dependencies
- name: Install Dev Dependencies
run: |
apt-get install gettext
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 870c0d5

Please sign in to comment.