Skip to content

Commit 4990739

Browse files
committed
more self-test attempts
1 parent 95c6f1b commit 4990739

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: conda-incubator/setup-miniconda@v3
2121
with:
2222
installer-url: https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe
23-
- name: find files
24-
shell: bash -el {0}
25-
run: |
26-
ls -l
23+
# - name: find files
24+
# shell: bash -el {0}
25+
# run: |
26+
# ls -l
2727

2828
# - name: GSAS-II single test
2929
# if: always()

.github/workflows/win_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cd GSAS-II/GSASII-bin/win_64_p3.11_n1.26
8181
#cd GSAS-II/GSASII-bin/win_64_p3.12_n2.2
8282
python -VV
83-
#python -v -c "import sys; print(sys.path)"
83+
python -c "import sys; print(sys.path)"
8484
python -c "import pyspg"
8585
8686
- name: try ldd
@@ -94,4 +94,4 @@ jobs:
9494
#cd GSAS-II/GSASII-bin/win_64_p3.12_n2.2
9595
ls
9696
ntldd *.pyd
97-
python -c "import pyspg"
97+
python -c "import sys; sys.path.insert(0,'.'); import pyspg"

0 commit comments

Comments
 (0)