aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2024-04-07 15:11:11 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2024-04-07 15:11:11 +0200
commitfc327235af35e0f183153b47eb9820b9d24c3fd4 (patch)
tree2487472d326a3f5175eb7f65ca676a8973467e91
parent1025fdbb55b0452c98ed55e7fa6399e2c99d72c0 (diff)
Try to install python3-rdkit on travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 80986f3..1b69aab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,14 @@ jobs:
env:
global:
- USE_BSPM="true"
+ - RETICULATE_AUTOCONFIGURE="false"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap
install:
+ - ./run.sh install_aptget python3-rdkit
- ./run.sh install_all
script:

Contact - Imprint