Skip to content

Add 'pip install setuptools v70.0.0' to azure-wellbore.yml

Jordan Chiu requested to merge az/jc-set-setuptools-v70.0.0 into master

Currently, the azure_test_py job is failing whenever we try to pip install -r requirements_dev.txt . This PR introduces another step in the script section of azure_test_py to install a compatible version of setuptools.

Merge request reports