Skip to content

Commit

Permalink
Merge pull request #68 from openedx/feanil/fix_build
Browse files Browse the repository at this point in the history
build: Explicitly install gettext.
  • Loading branch information
UsamaSadiq authored Oct 31, 2023
2 parents fdd2cb4 + c0e888d commit 5d15dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
python-version: [ '3.8' ]
toxenv: [django32, django42, quality]
steps:
- name: Install system requirements
run: sudo apt-get install -y gettext
- uses: actions/checkout@v2
continue-on-error: true
- name: Python setup
Expand Down

0 comments on commit 5d15dfc

Please sign in to comment.