Skip to content

Commit d0e915f

Browse files
committed
install python3-proselint
1 parent f45e5e2 commit d0e915f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
- name: Install dependencies
6262
run: |
63-
python -m pip install --upgrade pip
64-
pip install -r requirements.txt
63+
sudo add-apt-repository universe -y
64+
sudo apt install python3-proselint -y
6565
6666
- run: cp .proselintrc ~/
6767
- run: proselint src/content

0 commit comments

Comments
 (0)