Skip to content

Commit 8370921

Browse files
committed
Try venv
1 parent df24dae commit 8370921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
cmake
5454
ninja
5555
- name: Install fypp
56-
run: pip install fypp
56+
run: >-
57+
python -v venv venv
58+
source venv/bin/activate
59+
pip install fypp
5760
- run: >-
5861
PATH=$PATH:/mingw64/bin/ cmake
5962
-Wdev

0 commit comments

Comments
 (0)