Skip to content

Commit 1ab595e

Browse files
committed
Use -m
1 parent 8370921 commit 1ab595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ninja
5555
- name: Install fypp
5656
run: >-
57-
python -v venv venv
57+
python -m venv venv
5858
source venv/bin/activate
5959
pip install fypp
6060
- run: >-

0 commit comments

Comments
 (0)