Try using virtualenv for build action
This commit is contained in:
parent
67c42468cb
commit
3dc2942066
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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 venv venv
|
python3 -m pip install virtualenv
|
||||||
|
python3 -m virtualenv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue