Skip to content

Commit

Permalink
Merge pull request #42 from askb/main
Browse files Browse the repository at this point in the history
CI: Unpin urllib3<2.0.0 with JJB 5.0.4
  • Loading branch information
tykeal authored Aug 29, 2023
2 parents fd73d92 + 51c0b8a commit e868006
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gerrit-ci-management-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install jenkins-job-builder
# urllib3 needs to be pinned to avoid timeouts
pip install --upgrade urllib3~=1.26.15
mkdir -p "${GITHUB_WORKSPACE}/.config/jenkins_jobs"
cat << EOF > "${GITHUB_WORKSPACE}/.config/jenkins_jobs/jenkins_jobs.ini"
[job_builder]
Expand Down

0 comments on commit e868006

Please sign in to comment.