From 643daaaae36cf5b9869eb10760ce6a29e320b4ef Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Fri, 31 May 2024 11:14:08 +0100 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 1a66df4..c4517df 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -27,7 +27,7 @@ jobs: - name: Installation xtb run: | - conda install xtb + conda install conda-forge::xtb - name: Installing PySoftK shell: bash