From 5a2629540e6dedfb69102a51cd594461c8c05630 Mon Sep 17 00:00:00 2001 From: Javier Sanchez Date: Tue, 20 Feb 2024 16:30:43 -0500 Subject: [PATCH] trying to fix CI --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d25378c..4424731 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - conda env update -f augur/environment.yml --all + conda env update -f augur/environment.yml conda activate forecasting cd augur python -m pip install --no-deps --editable .