Skip to content

Commit b2be202

Browse files
authored
Enable Bilbao self-test in GitHub Actions workflow
Add forgotten "pixi run install"
1 parent fbf98bf commit b2be202

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/bilbao-test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,22 @@ jobs:
2323
with:
2424
manifest-path: pixi/pixi.toml
2525

26+
- name: Install GSAS-II with pixi
27+
run: |
28+
cd pixi
29+
pixi run install
30+
2631
- name: diagnose GSAS-II issues
2732
run: |
2833
cd pixi
2934
pixi run python -c "import GSASII"
3035
pixi run python -c "import GSASII.pyspg; print(GSASII.pyspg.__file__)"
3136
pixi run python -c "from GSASII import GSASIIspc as G2spc; G2spc.SpcGroup('R 3 C r')"
3237
33-
# - name: run Bilbao self-test
34-
# run: |
35-
# cd pixi
36-
# pixi run python -m pytest ../tests/run_bilbao.py
38+
- name: run Bilbao self-test
39+
run: |
40+
cd pixi
41+
pixi run python -m pytest ../tests/run_bilbao.py
3742
3843
# - name: run Bilbao self-test
3944
# run: |

0 commit comments

Comments
 (0)