Skip to content

Commit 2b87931

Browse files
CI/CD : add deps for pyg4ometry
1 parent 6977964 commit 2b87931

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/bin/install-deps-ubuntu.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
apt-get -y update || exit 1
4+
apt-get -y install libboost-dev libcgal-dev libgmp-dev libmpfr-dev \
5+
libvtk9-dev libxi-dev libocct-*-dev occt-misc numdiff || exit 1
6+

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29+
sudo .github/bin/install-deps-ubuntu.sh
2930
git clone https://github.com/g4edge/pyg4ometry.git
3031
cd pyg4ometry
3132
pip install -e .

0 commit comments

Comments
 (0)