Skip to content

Commit 235f5c5

Browse files
committed
work on self-tests 1
1 parent 98eec6b commit 235f5c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/win_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash -el {0}
5858
run: |
5959
ls -l GSAS-II/GSASII-bin/win_64_p3.13_n2.2
60-
ls -l GSAS-II/tests2
60+
ls -l GSAS-II/tests
6161
- name: GSAS-II single test
6262
if: always()
6363
shell: bash -el {0}
@@ -77,7 +77,7 @@ jobs:
7777
shell: bash -el {0}
7878
run: |
7979
cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
80-
python -c import pyspg
80+
python -c "import pyspg"
8181
8282
- name: try ldd
8383
if: always()
@@ -87,7 +87,7 @@ jobs:
8787
conda activate ntldd
8888
cd GSAS-II/GSASII-bin/win_64_p3.13_n2.2
8989
ls
90-
ntldd *.py
90+
ntldd *.pyd
9191
9292
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security
9393
# with:

0 commit comments

Comments
 (0)