Skip to content

Commit fbf98bf

Browse files
authored
Fix syntax for importing GSASII in workflow
1 parent 9bc8251 commit fbf98bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bilbao-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: diagnose GSAS-II issues
2727
run: |
2828
cd pixi
29-
pixi run python -c import GSASII
29+
pixi run python -c "import GSASII"
3030
pixi run python -c "import GSASII.pyspg; print(GSASII.pyspg.__file__)"
3131
pixi run python -c "from GSASII import GSASIIspc as G2spc; G2spc.SpcGroup('R 3 C r')"
3232

0 commit comments

Comments
 (0)