Fix: 파이썬 3.8 환경에 호환되는 get-pip.py 다운로드 URL로 교체
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
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
|
||||
rm get-pip.py
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user