This commit is contained in:
@@ -13,7 +13,10 @@ jobs:
|
|||||||
run: echo "Hello, this is MacOS builder"
|
run: echo "Hello, this is MacOS builder"
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: apk add python3 python3-pip
|
run: apk add python3
|
||||||
|
|
||||||
|
- name: Install PIP
|
||||||
|
run: python3 -m ensurepip
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip3 install -r requirements.txt
|
run: pip3 install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user