MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.48k stars 1.27k forks source link

dev_setup.sh: Select the proper get-pip url for Python 3.6 #3073

Closed forslund closed 2 years ago

forslund commented 2 years ago

Description

The pypi bootstrap script used to update pip no longer supports Python 3.6, instead it recommends Python 3.6 users to use an alternative url. Fixes #3072

How to test

Ensure the github action for python 3.6 completes.

Contributor license agreement signed?

CLA [ yes ]

codecov-commenter commented 2 years ago

Codecov Report

Merging #3073 (b88f09b) into dev (3d963ce) will not change coverage. The diff coverage is n/a.

:exclamation: Current head b88f09b differs from pull request most recent head d773b9d. Consider uploading reports for the commit d773b9d to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #3073   +/-   ##
=======================================
  Coverage   53.08%   53.08%           
=======================================
  Files         123      123           
  Lines       11192    11192           
=======================================
  Hits         5941     5941           
  Misses       5251     5251           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d963ce...d773b9d. Read the comment docs.