Skip to content

Commit

Permalink
Try installation of xraylib via apt/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 4, 2023
1 parent d7d5081 commit 7f61dcf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mcxtrace-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install libopenmpi-dev; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi; fi
- name: Setup NeXus
id: setup-nexus
- name: Setup xraylib
id: setup-xraylib
run: |
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install libnexus-dev; fi
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install xraylib; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install xraylib; fi
- name: Check versions
id: version-checks
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
set -e
set -u
set -x
python3 -mpip install PyYAML ply McStasscript xraylib
python3 -mpip install PyYAML ply McStasscript
- name: Launch basic test instrument
id: JJ_SAXS-tests
Expand Down

0 comments on commit 7f61dcf

Please sign in to comment.