Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Oct 12, 2024
1 parent 748ca51 commit e8a7c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
sudo apt-get clean && sudo apt-get update
sudo apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git wget g++ curl subversion python3 python3-pip -y
sudo gem install i18n-translators-tools
virtualenv -p /usr/bin/python3 python3-env
source python3-env/bin/activate
python --version
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit e8a7c64

Please sign in to comment.