This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
run: apk add python3
|
run: apk add python3
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip3 install -r requirements.txt
|
||||||
|
|
||||||
- name: Show Python libraries
|
- name: Show Python libraries
|
||||||
run: pip list
|
run: pip3 list
|
||||||
|
|||||||
Reference in New Issue
Block a user