Skip to content

Commit 4558eaf

Browse files
Remove unneeded deps
1 parent ffa56e7 commit 4558eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
sudo apt-get install -y gettext
28-
pip install requests cogapp polib transifex-python sphinx-intl blurb six
28+
pip install requests cogapp polib transifex-python sphinx-intl
2929
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
3030
working-directory: /usr/local/bin
3131
- uses: actions/checkout@master

0 commit comments

Comments
 (0)