File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,14 +60,17 @@ jobs:
6060 - name : Setup Windows
6161 id : setup-Windows
6262 if : runner.os == 'Windows'
63- shell : cmd
63+ # shell: cmd
6464 run : |
6565 choco install winflexbison3
6666 choco install wget
6767 pip install mslex
68- wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
69- xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
70-
68+
69+ # In princple we could (maybe?) test with xraylib, but it
70+ # seems their installer does not include headers...
71+ #wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
72+ #xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
73+
7174 - name : Setup Linux
7275 id : setup-Linux
7376 if : runner.os == 'Linux'
@@ -180,7 +183,7 @@ jobs:
180183 export TMPDIR=${HOME}/tmp
181184 fi
182185 echo $PATH
183- ${MXTEST_EXECUTABLE} --verbose --testdir $PWD --suffix ${{ matrix.os }}_${{ matrix.mpi }}_${{ matrix.CC }} --mpi=2 --instr=Test_FluoPowder
186+ ${MXTEST_EXECUTABLE} --verbose --testdir $PWD --suffix ${{ matrix.os }}_${{ matrix.mpi }}_${{ matrix.CC }} --mpi=2
184187
185188 - name : ' Tar output files'
186189 id : tar-package
You can’t perform that action at this time.
0 commit comments