File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,19 @@ jobs:
2323 with :
2424 manifest-path : pixi/pixi.toml
2525
26- - name : run Bilbao self-test
26+ - name : diagnose GSAS-II issues
2727 run : |
2828 cd pixi
29- pixi run python -m pytest ../tests/run_bilbao.py
29+ pixi run python -c import GSASII
30+ pixi run python -c "import GSASII.pyspg; print(GSASII.pyspg.__file__)"
31+ pixi run python -c "from GSASII import GSASIIspc as G2spc; G2spc.SpcGroup('R 3 C r')"
32+
33+ # - name: run Bilbao self-test
34+ # run: |
35+ # cd pixi
36+ # pixi run python -m pytest ../tests/run_bilbao.py
3037
31- - name : run Bilbao self-test
32- run : |
33- cd tests
34- pixi run --manifest-path ../pixi/pixi.toml python -m pytest run_bilbao.py
38+ # - name: run Bilbao self-test
39+ # run: |
40+ # cd tests
41+ # pixi run --manifest-path ../pixi/pixi.toml python -m pytest run_bilbao.py
You can’t perform that action at this time.
0 commit comments