8000 D'oh. · python/python-docs-fr@62121d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62121d3

Browse files
committed
D'oh.
1 parent cf51edc commit 62121d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: |
2020
sudo apt-get update
2121
sudo apt-get install -y hunspell hunspell-fr-comprehensive
22-
sudo pip install pospell
22+
sudo python3 -m pip install pospell
2323
pospell -p dict -l fr_FR *.po */*.po
2424
2525
powrap:
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- run: |
31-
sudo pip install powrap
31+
sudo python3 -m pip install powrap
3232
powrap --check --quiet *.po */*.po
3333
3434
padpo:
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v2
3939
- run: |
40-
sudo pip install padpo
40+
sudo python3 -m pip install padpo
4141
padpo -i *.po */*.po 2>&1 | grep -v -Ff padpo.ignore
4242
4343
sphinx:

0 commit comments

Comments
 (0)
0