We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e1a21 commit 1c3fecbCopy full SHA for 1c3fecb
.github/workflows/win-selfinstall-test.yml
@@ -51,10 +51,10 @@ jobs:
51
run: |
52
call c:\ProgramData\gsas2new\Scripts\activate
53
python -VV
54
- call conda install -y pytest
55
- cd c:\ProgramData\gsas2new\GSAS-II
+ call conda install -y --quiet pytest
+ call cd c:\ProgramData\gsas2new\GSAS-II
56
dir
57
- python -m pytest .
+ python -m pytest c:/ProgramData/gsas2new/GSAS-II
58
59
# #python -v -c "import sys; print(sys.path)"
60
# python -c "import pyspg"
0 commit comments