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