Skip to content

Commit

Permalink
Conda init before activate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Jan 15, 2025
1 parent aebeb39 commit 50f0e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
run: |
conda env update --file ${{github.workspace}}/.env/test_env.yml --name base
conda init
conda activate base
- name: Compile CLUEstering modules
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 50f0e23

Please sign in to comment.