Skip to content

Commit

Permalink
Avoid unnecessary conda env initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Jul 15, 2024
1 parent 8b408e0 commit efb1e70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
activate-environment: test
use-mamba: true

- name: Initialize Conda
shell: bash -l {0}
run: |
conda init bash
source ~/.bashrc
- name: Update Environment
shell: bash -l {0}
run: |
Expand Down

0 comments on commit efb1e70

Please sign in to comment.