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