File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1- name : Bilbao Test
1+ name : Self-Test Bilbao access routines
22
33on :
44 schedule :
@@ -23,24 +23,12 @@ jobs:
2323 with :
2424 manifest-path : pixi/pixi.toml
2525
26- - name : Install GSAS-II with pixi
26+ - name : Use pixi to install GSAS-II
2727 run : |
2828 cd pixi
2929 pixi run install
3030
31- - name : diagnose GSAS-II issues
32- run : |
33- cd pixi
34- pixi run python -c "import GSASII"
35- pixi run python -c "import GSASII.pyspg; print(GSASII.pyspg.__file__)"
36- pixi run python -c "from GSASII import GSASIIspc as G2spc; G2spc.SpcGroup('R 3 C r')"
37-
3831 - name : run Bilbao self-test
3932 run : |
4033 cd pixi
4134 pixi run python -m pytest ../tests/run_bilbao.py
42-
43- # - name: run Bilbao self-test
44- # run: |
45- # cd tests
46- # 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