Skip to content

Commit bb5334d

Browse files
authored
Merge pull request reflectivity#49 from andyfaff/eigen
MAINT: updated ba dependencies
2 parents fbb0c12 + 2d5e17f commit bb5334d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
sudo apt-get install -y --no-install-recommends python3-dev python3-pip python3-venv
105105
106106
sudo apt-get install -y --no-install-recommends build-essential \
107-
gfortran cmake libgsl-dev libboost-all-dev libfftw3-dev libtiff5-dev \
108-
qt5-default libqt5designercomponents5 qttools5-dev libqt5svg5-dev \
109-
ccache libqt5opengl5-dev libcerf-dev
107+
gfortran cmake ccache \
108+
libgsl-dev libboost-all-dev libfftw3-dev libtiff5-dev libcerf-dev libeigen3-dev \
109+
qt5-default libqt5designercomponents5 qttools5-dev libqt5svg5-dev libqt5opengl5-dev
110110
111111
- name: Install Python packages
112112
run: |
@@ -142,9 +142,8 @@ jobs:
142142
run: |
143143
source validate/bin/activate
144144
145-
git clone --recursive https://github.com/scgmlz/BornAgain.git
145+
git clone --single-branch --branch develop https://github.com/scgmlz/BornAgain.git
146146
pushd BornAgain
147-
git checkout develop
148147
mkdir build && pushd build
149148
150149
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_C_COMPILER_LAUNCHER=ccache \

0 commit comments

Comments
 (0)