Skip to content

Commit

Permalink
corrected cond activation
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent be6060b commit cebc50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
conda env create --name env --file=.github/environment.yml
conda install gdal
conda upgrade numpy
conda active env
conda activate env
- name: Run Tests
env:
GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }}
Expand Down

0 comments on commit cebc50a

Please sign in to comment.