Use apt to install Python modules for actions
This commit is contained in:
parent
a1579e9036
commit
53361619b9
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ jobs:
|
||||||
cache: pip
|
cache: pip
|
||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
run: |
|
run: |
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
apt-get install python3-pip python3-setuptools python3-wheel python3-venv
|
||||||
python3 get-pip.py
|
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue