Fix: 파이썬 3.8 환경에 호환되는 get-pip.py 다운로드 URL로 교체
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Install Python Dependencies
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
if ! python3 -m pip --version >/dev/null 2>&1; then
|
if ! python3 -m pip --version >/dev/null 2>&1; then
|
||||||
curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl -sS https://bootstrap.pypa.io/pip/3.8/get-pip.py -o get-pip.py
|
||||||
python3 get-pip.py --user --quiet
|
python3 get-pip.py --user --quiet
|
||||||
rm get-pip.py
|
rm get-pip.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user