This commit is contained in:
@@ -10,8 +10,9 @@ jobs:
|
||||
steps:
|
||||
- name: Install Python
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq python3 python3-pip
|
||||
apt-get install -y --no-install-recommends python3 python3-pip
|
||||
- name: Verify Python
|
||||
run: |
|
||||
python3 --version
|
||||
|
||||
Reference in New Issue
Block a user