We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6977964 commit 2b87931Copy full SHA for 2b87931
.github/bin/install-deps-ubuntu.sh
@@ -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
@@ -26,6 +26,7 @@ jobs:
26
27
- name: Install dependencies
28
run: |
29
+ sudo .github/bin/install-deps-ubuntu.sh
30
git clone https://github.com/g4edge/pyg4ometry.git
31
cd pyg4ometry
32
pip install -e .
0 commit comments