From 6b8a0b57f07bf8d3ee976cc3d7b76ade5af38260 Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 5 Aug 2019 14:11:42 +0200
Subject: [PATCH] add grackle

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 504fc59..542d9df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ before_script:
   - cd ..
 
 # compile pyswiftsim
-  - python3 setup.py install --with-swift $LHOME/swiftsim --user
+  - python3 setup.py install --with-swift $LHOME/swiftsim --with-grackle $GRACKLE_ROOT --user
 
 # compile the docs
   - cd docs
-- 
GitLab