From fc327235af35e0f183153b47eb9820b9d24c3fd4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 7 Apr 2024 15:11:11 +0200 Subject: Try to install python3-rdkit on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.1