Skip to content

Commit

Permalink
Source conda.sh to enable the usage of conda commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstienstra committed Oct 12, 2023
1 parent 5dbdca3 commit 21fcd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
post-cleanup: 'all'
- name: Deactivate the tutorials environment
run: |
conda init bash
source /usr/share/miniconda/etc/profile.d/conda.sh
conda deactivate
- name: Install poetry
run: pipx install poetry==1.6.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
post-cleanup: 'all'
- name: Deactivate the tutorials environment
run: |
conda init bash
source /usr/share/miniconda/etc/profile.d/conda.sh
conda deactivate
- name: Install poetry
run: pipx install poetry==1.6.1
Expand Down

0 comments on commit 21fcd34

Please sign in to comment.