From 3558a7426f130dab287f4b6a5c8dcdf3b9924fa7 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 3 Jul 2024 17:46:08 -0400 Subject: [PATCH] Update run_jenkins_tests.sh (#2327) --- tests/jenkins/run_jenkins_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/jenkins/run_jenkins_tests.sh b/tests/jenkins/run_jenkins_tests.sh index e0d55f2fd8..36b22d26fd 100755 --- a/tests/jenkins/run_jenkins_tests.sh +++ b/tests/jenkins/run_jenkins_tests.sh @@ -7,7 +7,6 @@ source ~/.bashrc conda activate quacc conda install -c conda-forge openbabel pip install uv -uv pip install --force-reinstall --no-deps "ase @ https://gitlab.com/ase/ase/-/archive/master/ase-master.zip" uv pip install -r tests/requirements.txt "quacc[dev] @ ." # ------- Request and run Slurm job -------