Skip to content

Commit

Permalink
[CI] debug brew install octave hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 12, 2023
1 parent d2ff26a commit 09d39fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
run: |
[[ "$RUNNER_OS" == "Linux" ]] && sudo apt-get update && sudo apt-get install -y octave
if [[ "$RUNNER_OS" == "macOS" ]]; then
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install octave
brew update
brew update
brew doctor
brew install octave
fi
if [[ "$RUNNER_OS" == "Windows" ]]; then
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-7.3.0-w64-64.7z --output octave_7.3.0.7z
Expand Down

0 comments on commit 09d39fd

Please sign in to comment.