Skip to content

Commit

Permalink
Linux specific bashrc option
Browse files Browse the repository at this point in the history
  • Loading branch information
martinesparza committed Sep 30, 2024
1 parent 223e752 commit cbcd434
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Initialize Conda and create environment (Ubuntu only)
shell: bash -l {0}
run: |
conda init bash
source ~/.bashrc
if [ "$RUNNER_OS" == "Linux" ]; then
apt install important_linux_software
conda init bash
source ~/.bashrc
conda create -y -n bnp python=3.7
- name: Activate Conda environment and install dependencies
Expand Down

0 comments on commit cbcd434

Please sign in to comment.