Skip to content

Commit 514f810

Browse files
committed
Create venv with python3
1 parent 0a18d64 commit 514f810

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
with:
4040
shared-dirs: ./
4141
renode-run: |
42-
python -m venv .venv
42+
whereis python
43+
python --version
44+
whereis python3
45+
python3 --version
46+
python3 -m venv .venv
4347
source .venv/bin/activate
4448
pip install .
4549
protoplaster -d tests -r . -a . -t basic.yml

0 commit comments

Comments
 (0)