Skip to content

Commit 3f2e2a0

Browse files
committed
Install polib in CI
1 parent 5d2af94 commit 3f2e2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: 3
2121
- run: sudo apt-get install -y gettext
22-
- run: pip install requests cogapp
22+
- run: pip install requests cogapp polib
2323
- uses: actions/checkout@master
2424
with:
2525
ref: ${{ matrix.version }}

0 commit comments

Comments
 (0)