From 99162cdf23c469fd077eaec0850e5dd53f89c2d4 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Thu, 12 Dec 2024 09:44:17 +1100 Subject: [PATCH] fix: revert --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index abcb2b26..9d31d919 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -185,7 +185,7 @@ jobs: - name: Installing dependencies shell: bash -l {0} run: | - conda update conda -y + conda install -c conda-forge conda-build anaconda-client conda-verify -y conda install -c loop3d -c conda-forge --file dependencies.txt -y pip uninstall loopprojectfile -y