Skip to content

Commit e943ba4

Browse files
authored
Refactor Bilbao test workflow and update steps
Updated the workflow name and modified steps for clarity. Removed unnecessary diagnostics for GSAS-II.
1 parent b2be202 commit e943ba4

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/bilbao-test.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bilbao Test
1+
name: Self-Test Bilbao access routines
22

33
on:
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

0 commit comments

Comments
 (0)