We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9ff5b commit 31204bcCopy full SHA for 31204bc
.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
18
run: |
19
export DEBIAN_FRONTEND=noninteractive
20
sudo apt-get clean && sudo apt-get update
21
- sudo apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git wget g++ curl subversion python3 python3-pip -y
22
- sudo gem install i18n-translators-tools
+ apt-get update && apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git curl wget g++ subversion bzip2 -y
+ gem install i18n-translators-tools
23
python --version
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
0 commit comments