From 6ab89caa5a4fa0f73bbf8d18acecd86b244f820c Mon Sep 17 00:00:00 2001 From: BHT Date: Thu, 6 Mar 2025 17:50:12 -0600 Subject: [PATCH] find self-tests --- .github/workflows/win_test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win_test.yml b/.github/workflows/win_test.yml index fbad0e11..89738d0d 100644 --- a/.github/workflows/win_test.yml +++ b/.github/workflows/win_test.yml @@ -49,14 +49,17 @@ jobs: - name: GSAS-II install shell: bash -el {0} run: | - mkdir G2 - cd G2 + #mkdir G2 + #cd G2 curl -L -O https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/raw/main/install/gitstrap.py python gitstrap.py --nocheck --noshortcut --branch=main - name: GSAS-II test shell: bash -el {0} run: | - cd G2 + dir /s + #cd G2 + dir GSAS-II + dir /s python tests/test_elm.py python -m pytest