8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf51edc commit 62121d3Copy full SHA for 62121d3
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: |
20
sudo apt-get update
21
sudo apt-get install -y hunspell hunspell-fr-comprehensive
22
- sudo pip install pospell
+ sudo python3 -m pip install pospell
23
pospell -p dict -l fr_FR *.po */*.po
24
25
powrap:
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v2
30
31
- sudo pip install powrap
+ sudo python3 -m pip install powrap
32
powrap --check --quiet *.po */*.po
33
34
padpo:
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
- sudo pip install padpo
+ sudo python3 -m pip install padpo
41
padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore
42
43
sphinx:
0 commit comments