diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index e0a012e..8a3b851 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -27,7 +27,7 @@ jobs: - name: Install Packages run: | conda update -n base conda - conda install --yes --file .github/setup.yml + conda install --yes --file .github/setup.py conda install gdal conda upgrade numpy - name: Run Tests