Skip to content

Commit

Permalink
Removed install locales from workflows
Browse files Browse the repository at this point in the history
Removed install locales from workflows, no longer needed (based on the switch to PyICU)
  • Loading branch information
smrky1 committed Feb 23, 2024
1 parent 98bf19a commit ceb6f6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/compile_card_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:
run: doit update_languages
- run: |
pip install .
- name: Install locales
if: ${{ matrix.os == 'ubuntu-latest'}}
run: |
sudo apt update
sudo apt -y install locales
sudo locale-gen en_US.UTF-8
sudo locale-gen de_DE.UTF-8
sudo locale-gen fr_FR.UTF-8
sudo locale-gen en_US.UTF-8
sudo locale-gen es_ES.UTF-8
sudo locale-gen it_IT.UTF-8
sudo locale-gen nl_NL.UTF-8
sudo locale-gen cs_CZ.UTF-8
- name: test generation with compiled Languages
run: pytest -k "test_languages"
- uses: dorny/paths-filter@v2
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ jobs:
- run: |
pip install -r requirements.txt
pip install .
- name: Install locales
if: ${{ matrix.os == 'ubuntu-latest'}}
run: |
sudo apt update
sudo apt -y install locales
sudo locale-gen en_US.UTF-8
sudo locale-gen de_DE.UTF-8
sudo locale-gen fr_FR.UTF-8
sudo locale-gen en_US.UTF-8
sudo locale-gen es_ES.UTF-8
sudo locale-gen it_IT.UTF-8
sudo locale-gen nl_NL.UTF-8
sudo locale-gen cs_CZ.UTF-8
- name: Lint
run: pre-commit run --all-files
- name: Test
Expand Down

0 comments on commit ceb6f6a

Please sign in to comment.