diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-07 15:11:11 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-07 15:11:11 +0200 |
commit | fc327235af35e0f183153b47eb9820b9d24c3fd4 (patch) | |
tree | 2487472d326a3f5175eb7f65ca676a8973467e91 | |
parent | 1025fdbb55b0452c98ed55e7fa6399e2c99d72c0 (diff) |
Try to install python3-rdkit on travis
-rw-r--r-- | .travis.yml | 2 |
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: |