From 70c24b526145d357495385ff4c6ae2b8f54fd469 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Tue, 5 Mar 2024 12:59:48 +0100 Subject: [PATCH] DEEEEBUGGG --- examples/cp2k_run_batch/environement.yml | 1 - tox.ini | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/cp2k_run_batch/environement.yml b/examples/cp2k_run_batch/environement.yml index b353c81c..c9c48eaf 100644 --- a/examples/cp2k_run_batch/environement.yml +++ b/examples/cp2k_run_batch/environement.yml @@ -2,7 +2,6 @@ name: cp2k_run_batch dependencies: - python=3.10 - pip - - conda-forge::libopenblas - conda-forge::cp2k - pip: - ase diff --git a/tox.ini b/tox.ini index 805ddaba..e84eaeae 100644 --- a/tox.ini +++ b/tox.ini @@ -68,6 +68,8 @@ commands = {[testenv]generate_gallery} [testenv:cp2k_run_batch] +setenv = + PATH={env:PATH}:{envdir}/conda/bin commands = {[testenv]install_conda_env} {[testenv]generate_gallery}