Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

use pip upgrade instead of get-pip in CI #206

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

the macos agent uses python3.5.4 with pip version 9.0.1. osx broke tls for pip < 9.0.3. see issue: https://github.com/pypa/pip/issues/5226