Skip to content

Commit f71090a

Browse files
committed
Windows
1 parent bd8540e commit f71090a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Python packages
3030
if: runner.os == 'Windows'
3131
run: |
32-
python3 -m $env:GITHUB_WORKSPACE\venv venv
32+
python3 -m venv $env:GITHUB_WORKSPACE\venv
3333
dir $env:GITHUB_WORKSPACE\venv
3434
dir $env:GITHUB_WORKSPACE\venv\Scripts
3535
"$env:GITHUB_WORKSPACE\venv\Scripts\activate"

0 commit comments

Comments
 (0)