Skip to content

Commit

Permalink
Downgrade to pip v20.3.4 to fix Python issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Feb 16, 2021
1 parent 361baac commit bb98221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: Run YAML linter
command: |
set -e
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
python get-pip.py --user
python -m pip install --user yamllint
cd config && yamllint locales/
Expand Down

0 comments on commit bb98221

Please sign in to comment.