Set up venv for build action
This commit is contained in:
parent
70484eac68
commit
28dbb46ad1
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ jobs:
|
||||||
cache: pip
|
cache: pip
|
||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
run: |
|
run: |
|
||||||
|
python3 -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
python3 get-pip.py
|
python3 get-pip.py
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue