Skip to content

Commit 20e1a21

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ jobs:
3838
# run: |
3939
# ls -R
4040

41-
- name: GSAS-II find GSAS-II
42-
if: always()
43-
shell: bash
44-
run: |
45-
cd c:/ProgramData/gsas2new/GSAS-II
46-
ls
41+
#- name: GSAS-II find GSAS-II
42+
# if: always()
43+
# shell: bash
44+
# run: |
45+
# cd c:/ProgramData/gsas2new/GSAS-II
46+
# ls
4747

4848
- name: try all tests
4949
if: always()
5050
shell: cmd
5151
run: |
5252
call c:\ProgramData\gsas2new\Scripts\activate
53-
where python
5453
python -VV
5554
call conda install -y pytest
5655
cd c:\ProgramData\gsas2new\GSAS-II
57-
python -m pytest
56+
dir
57+
python -m pytest .
5858
5959
# #python -v -c "import sys; print(sys.path)"
6060
# python -c "import pyspg"

0 commit comments

Comments
 (0)