Skip to content

Commit 444ec5a

Browse files
committed
work on self-tests 2
1 parent 235f5c5 commit 444ec5a

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/win_test.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)