adjust test action. 3

This commit is contained in:
Niko Abeler 2022-11-28 19:51:04 +01:00
parent 03c1f61b26
commit 5c832e0f8e
1 changed files with 2 additions and 0 deletions

View File

@ -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