adjust test action. 3
This commit is contained in:
parent
03c1f61b26
commit
5c832e0f8e
|
@ -23,6 +23,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
python -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build
|
- name: Build
|
||||||
run: maturin build --verbose
|
run: maturin build --verbose
|
||||||
|
|
Loading…
Reference in New Issue