Skip to content

Commit

Permalink
Change path of shell for conda init in workflows main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa authored Sep 8, 2023
1 parent dad2f31 commit 8687f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
run: echo "bin" >> $GITHUB_PATH
- run: conda init bash
- run: source ~/.bashrc
- run: source /home/runner/.bashrc
- run: conda activate myenv
- name: Install dependencies
run: |
Expand Down

0 comments on commit 8687f37

Please sign in to comment.