Create virtualenv for maturin in python action

This commit is contained in:
Sam Bentley
2020-12-17 17:06:26 +00:00
parent 2ff144eb50
commit 1ffd5a0e62

View File

@@ -36,5 +36,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m venv .
. bin/activate
maturin develop
pytest