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 9bc8251 commit fbf98bfCopy full SHA for fbf98bf
.github/workflows/bilbao-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: diagnose GSAS-II issues
27
run: |
28
cd pixi
29
- pixi run python -c import GSASII
+ 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
0 commit comments