Skip to content

Commit 3b7e435

Browse files
committed
ci: create virtual env
1 parent 221b71b commit 3b7e435

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141

4242
- name: Install Python dependencies
4343
run: |
44+
# NOTE: maturin requires a virtual environment to be active
45+
python -m venv .venv
46+
source .venv/bin/activate
4447
python -m pip install --upgrade pip
4548
python -m pip install -r requirements-ci.txt
4649

0 commit comments

Comments
 (0)