From c9eea3afdbbf4eeee7e0f590ab9b52010e9fe875 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 16:55:54 -0700 Subject: [PATCH] more attempts to activate --- .github/workflows/dev_ci_cd_conda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index f38f8f4..28940ca 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -32,17 +32,17 @@ jobs: $CONDA/bin/conda install gdal --yes $CONDA/bin/conda upgrade numpy --yes $CONDA/bin/conda install pytest --yes + source ~/.bashrc - name: Activate environment - shell: bash -l {0} run: | - source ~/.bashrc + shell: bash -l {0} conda init conda activate base conda activate cities-cif - name: Run Tests - shell: bash -l {0} env: GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }} GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} run: | + shell: bash -l {0} $CONDA/bin/pytest tests \ No newline at end of file