Skip to content

Commit

Permalink
Issue 1967: Replace get-pip.py script URL
Browse files Browse the repository at this point in the history
Hopefully fixes running yamllint during build
  • Loading branch information
mikachan authored and julianguyen committed Mar 29, 2021
1 parent 68ea401 commit 0f98447
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/2.7/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/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 0f98447

Please sign in to comment.