Skip to content

Commit

Permalink
Update localization.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 6, 2022
1 parent 93d2e20 commit e1f2b91
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set Up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'

- name: Upgrade Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[docs]
- name: Make Docs
working-directory: ./docs
run: |
make gettext
- name: crowdin action
uses: crowdin/github-action@1.5.1
with:
Expand Down

0 comments on commit e1f2b91

Please sign in to comment.