Skip to content

Commit 30cdff1

Browse files
committed
3.11 self-tests 1
1 parent f177b22 commit 30cdff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/win_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: find files
5151
shell: bash -el {0}
5252
run: |
53-
ls -l GSAS-II/GSASII-bin/win_64_p3.13_n2.2
53+
ls -l GSAS-II/GSASII-bin/win_64_p3.11_n1.26
5454
ls -l GSAS-II/tests
5555
5656
- name: GSAS-II single test
@@ -73,9 +73,9 @@ jobs:
7373
if: always()
7474
shell: bash -el {0}
7575
run: |
76-
cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
76+
cd GSAS-II/GSASII-bin/win_64_p3.11_n1.26
7777
python -VV
78-
python -v -c "import sys; print(sys.path)"
78+
#python -v -c "import sys; print(sys.path)"
7979
python -v -c "import pyspg"
8080
8181
- name: try ldd
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
conda create -n ntldd python=3.13 numpy=2.2 m2w64-ntldd-git
8686
conda activate ntldd
87-
cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
87+
cd GSAS-II/GSASII-bin/win_64_p3.11_n1.26
8888
ls
8989
ntldd *.pyd
9090
python -c "import pyspg"

0 commit comments

Comments
 (0)