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 f786cd7 commit 23bad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git wget g++ curl subversion python3 python3-pip virtualenv -y
sudo gem install i18n-translators-tools
virtualenv -p /usr/bin/python3 /usr/local/bin/python3-env
source /usr/local/bin/python3-env/activate
source /usr/local/bin/python3-env/bin/activate
python --version
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 23bad78

Please sign in to comment.