File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 - uses: conda-incubator/setup-miniconda@v3
2121 with:
2222 installer-url: https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe
23- - name: find files
24- shell: bash -el {0}
25- run: |
26- ls -l
23+ # - name: find files
24+ # shell: bash -el {0}
25+ # run: |
26+ # ls -l
2727
2828 # - name: GSAS-II single test
2929 # if: always()
Original file line number Diff line number Diff line change 8080 cd GSAS-II/GSASII-bin/win_64_p3.11_n1.26
8181 #cd GSAS-II/GSASII-bin/win_64_p3.12_n2.2
8282 python -VV
83- # python -v -c "import sys; print(sys.path)"
83+ python -c "import sys; print(sys.path)"
8484 python -c "import pyspg"
8585
8686 - name : try ldd
9494 #cd GSAS-II/GSASII-bin/win_64_p3.12_n2.2
9595 ls
9696 ntldd *.pyd
97- python -c "import pyspg"
97+ python -c "import sys; sys.path.insert(0,'.'); import pyspg"
You can’t perform that action at this time.
0 commit comments