Skip to content

Commit 80b390f

Browse files
committed
build: install french locales for doctest
1 parent b494c56 commit 80b390f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ jobs:
1818
- uses: prefix-dev/[email protected]
1919
with:
2020
environments: docs
21+
- name: Install locales
22+
run: |
23+
sudo apt-get install language-pack-fr
24+
sudo localedef -i fr_FR -f UTF-8 fr_FR
2125
- run: pixi run --environment docs doctest

0 commit comments

Comments
 (0)