Skip to content

Commit 1c3fecb

Browse files
authored
Update win-selfinstall-test.yml
1 parent 20e1a21 commit 1c3fecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/win-selfinstall-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: |
5252
call c:\ProgramData\gsas2new\Scripts\activate
5353
python -VV
54-
call conda install -y pytest
55-
cd c:\ProgramData\gsas2new\GSAS-II
54+
call conda install -y --quiet pytest
55+
call cd c:\ProgramData\gsas2new\GSAS-II
5656
dir
57-
python -m pytest .
57+
python -m pytest c:/ProgramData/gsas2new/GSAS-II
5858
5959
# #python -v -c "import sys; print(sys.path)"
6060
# python -c "import pyspg"

0 commit comments

Comments
 (0)