From 362b96dbfe3f205fe57ea30a7807c0d23bcf6094 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 16:34:40 -0700 Subject: [PATCH] trying other was to restart shell --- .github/workflows/dev_ci_cd_conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 910dfe0..b4fff9c 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -32,9 +32,10 @@ jobs: $CONDA/bin/conda install gdal --yes $CONDA/bin/conda upgrade numpy --yes $CONDA/bin/conda install pytest --yes + source /home/runner/.bashrc - name: Activate environment + shell: bash -l {0} run: | - source ~/.bashrc $CONDA/bin/conda init $CONDA/bin/conda activate cities-cif - name: Run Tests