diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 2936b48..dbc17bd 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -26,9 +26,9 @@ jobs: sudo apt install -y gdal-bin libgdal-dev - name: Install Packages run: | - conda env create --name env --file=.github/environment.yml - conda install gdal - conda upgrade numpy + conda env create --name env --file=.github/environment.yml --yes + conda install gdal --yes + conda upgrade numpy --yes source ~/.bashrc conda init -q conda activate env