Skip to content

Commit

Permalink
testing shell of macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Brockett committed Oct 30, 2023
1 parent 0334fee commit 2799b9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
mkdir -p ~/miniconda3
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
touch ~/.bashrc
~/miniconda3/bin/conda init bash
source ~/.bashrc
conda install -n base conda-libmamba-solver
Expand Down Expand Up @@ -142,7 +141,6 @@ jobs:
mkdir -p ~/miniconda3
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
touch ~/.bashrc
~/miniconda3/bin/conda init zsh
source ~/.zshrc
conda install -n base conda-libmamba-solver
Expand All @@ -151,6 +149,7 @@ jobs:
run: |
source ~/.zshrc
conda list --name cctools-build
echo $SHELL
- name: Configure
run: |
source ~/.zshrc
Expand Down

0 comments on commit 2799b9e

Please sign in to comment.