Skip to content

Commit c679ac4

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

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 polib transifex-python sphinx-intl blurb
22+
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
2323
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
2424
working-directory: /usr/local/bin
2525
- uses: actions/checkout@master

0 commit comments

Comments
 (0)