Skip to content

Commit 83e6d4e

Browse files
nightlarkwilliballenthin
authored andcommitted
ci: Create venv for maturin develop ci tests
Signed-off-by: Ryan Mast <[email protected]>
1 parent 2a07b86 commit 83e6d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ jobs:
6161
- name: test pylancelot
6262
working-directory: ./pylancelot/
6363
run: |
64+
python -m venv .venv
65+
source .venv/bin/activate
6466
pip install -U pip setuptools maturin pytest pefile
6567
maturin develop
6668
pytest
6769
- name: test pyflirt
6870
working-directory: ./pyflirt/
6971
run: |
72+
python -m venv .venv
73+
source .venv/bin/activate
7074
pip install -U pip setuptools maturin pytest pefile
7175
maturin develop
7276
pytest

0 commit comments

Comments
 (0)