Skip to content

Commit 10c9213

Browse files
committed
Windows
1 parent da047e4 commit 10c9213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: runner.os == 'Windows'
3131
run: |
3232
python3 -m venv venv
33-
dir venv
34-
dir venv/Scripts
33+
dir venv
34+
dir venv/Scripts
3535
venv/Scripts/activate
3636
python3 -m pip install --upgrade pip
3737
python3 -m pip install pylint pycodestyle pygit2 cryptography asciidoc

0 commit comments

Comments
 (0)