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 3f726cd commit 20e1a21Copy full SHA for 20e1a21
.github/workflows/win-selfinstall-test.yml
@@ -38,23 +38,23 @@ jobs:
38
# run: |
39
# ls -R
40
41
- - name: GSAS-II find GSAS-II
42
- if: always()
43
- shell: bash
44
- run: |
45
- cd c:/ProgramData/gsas2new/GSAS-II
46
- ls
+ #- name: GSAS-II find GSAS-II
+ # if: always()
+ # shell: bash
+ # run: |
+ # cd c:/ProgramData/gsas2new/GSAS-II
+ # ls
47
48
- name: try all tests
49
if: always()
50
shell: cmd
51
run: |
52
call c:\ProgramData\gsas2new\Scripts\activate
53
- where python
54
python -VV
55
call conda install -y pytest
56
cd c:\ProgramData\gsas2new\GSAS-II
57
- python -m pytest
+ dir
+ python -m pytest .
58
59
# #python -v -c "import sys; print(sys.path)"
60
# python -c "import pyspg"
0 commit comments