Skip to content

Commit

Permalink
more attempts to activate
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 13, 2024
1 parent c9eea3a commit 59cd65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
$CONDA/bin/conda install pytest --yes
source ~/.bashrc
- name: Activate environment
shell: bash -l {0}
run: |
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

0 comments on commit 59cd65c

Please sign in to comment.