This commit is contained in:
@@ -12,8 +12,10 @@ jobs:
|
|||||||
- name: Hello
|
- name: Hello
|
||||||
run: echo "Hello, this is MacOS builder"
|
run: echo "Hello, this is MacOS builder"
|
||||||
|
|
||||||
- name: Install Python and its dependencies
|
- name: Install Python
|
||||||
run: apk add python3
|
run: apk add python3
|
||||||
|
|
||||||
|
- name: Install Python dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Show Python libraries
|
- name: Show Python libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user