Merge pull request 'Fix: 시놀로지 CI 러너 Python 3.8 호환 get-pip URL 적용' (#25) from feature/fix-ci-pip-3.8-url into main
Reviewed-on: http://192.168.123.100:8418/KimJaeHyun/myfinance/pulls/25
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