File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -64,26 +64,29 @@ jobs:
6464 run : |
6565 cd GSAS-II
6666 python tests/test_elm.py
67+ python tests/test_spg.py
68+
69+ # - name: GSAS-II all tests
70+ # if: always()
71+ # shell: bash -el {0}
72+ # run: |
73+ # cd GSAS-II
74+ # ls
75+ # python -m pytest
6776
68- - name : GSAS-II all tests
69- if : always()
70- shell : bash -el {0}
71- run : |
72- cd GSAS-II
73- ls
74- python -m pytest
7577 - name : try pyspg
7678 if : always()
7779 shell : bash -el {0}
7880 run : |
7981 cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
80- python -c "import pyspg"
82+ python
83+ python -v -c "import pyspg"
8184
8285 - name : try ldd
8386 if : always()
8487 shell : bash -el {0}
8588 run : |
86- conda create -n ntldd m2w64-ntldd-git
89+ conda create -n ntldd python=3.13 m2w64-ntldd-git
8790 conda activate ntldd
8891 cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
8992 ls
You can’t perform that action at this time.
0 commit comments