Skip to content

Commit

Permalink
[cicd] activate env in conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 34c7b4d commit 7e662a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: test
python-version: '3.10'
environment-file: environment.yml
- name: Set paths and variables
Expand Down

0 comments on commit 7e662a7

Please sign in to comment.