Skip to content

Commit 3819353

Browse files
committed
Install six in CI
Workarounds transifex/transifex-python#121. Closes #46.
1 parent cf58a20 commit 3819353

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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: 3
2424
- run: sudo apt-get install -y gettext
25-
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb
25+
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
2626
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
2727
working-directory: /usr/local/bin
2828
- uses: actions/checkout@master

0 commit comments

Comments
 (0)