Skip to content

Commit

Permalink
fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed May 3, 2021
1 parent cf07f5f commit ab424ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ commands:
- run:
name: Install pkg-config
command: |
brew update
brew install pkg-config wget
# Need to unshallow the repositories otherwise `brew update` fails.
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
brew update
brew install pkg-config wget
load_conda_channel_flags:
description: "Determines whether we need extra conda channels"
steps:
Expand Down
7 changes: 5 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ commands:
- run:
name: Install pkg-config
command: |
brew update
brew install pkg-config wget
# Need to unshallow the repositories otherwise `brew update` fails.
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
brew update
brew install pkg-config wget
load_conda_channel_flags:
description: "Determines whether we need extra conda channels"
steps:
Expand Down

0 comments on commit ab424ef

Please sign in to comment.