We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf98bf commit b2be202Copy full SHA for b2be202
.github/workflows/bilbao-test.yml
@@ -23,17 +23,22 @@ jobs:
23
with:
24
manifest-path: pixi/pixi.toml
25
26
+ - name: Install GSAS-II with pixi
27
+ run: |
28
+ cd pixi
29
+ pixi run install
30
+
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
-# - name: run Bilbao self-test
-# run: |
-# cd pixi
-# pixi run python -m pytest ../tests/run_bilbao.py
38
+ - name: run Bilbao self-test
39
40
41
+ pixi run python -m pytest ../tests/run_bilbao.py
42
43
# - name: run Bilbao self-test
44
# run: |
0 commit comments