From 99c62ab200c4b19cab6c0a3e1ceaa1a7a2e044b1 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 13:09:22 -0700 Subject: [PATCH] sourcing bashrc --- .github/workflows/dev_ci_cd_conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 4c87ae8..2936b48 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -29,6 +29,7 @@ jobs: conda env create --name env --file=.github/environment.yml conda install gdal conda upgrade numpy + source ~/.bashrc conda init -q conda activate env - name: Run Tests