Skip to content

Commit

Permalink
fix: install the latest conan through pip on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Oct 25, 2021
1 parent f91247b commit 4c605f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
set -x
brew bundle
conan profile new default --detect
pip3 install --upgrade -r requirements.txt
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
CONAN_USER_HOME: '/Users/distiller/project/.cache'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ paper/paper.pdf
tmp
build/
*.bak
Brewfile.lock.json
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ brew "autoconf"
brew "automake"
brew "ccache"
brew "cmake"
brew "conan"
brew "coreutils"
brew "cppcheck"
brew "ghr"
Expand Down
1 change: 1 addition & 0 deletions docs/dev/developers-guide-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The easiest way to start the development is to use the included docker container
cd nextclade
brew bundle --file=Brewfile
pip3 install --upgrade -r requirements.txt
```
</details>
Expand Down

0 comments on commit 4c605f3

Please sign in to comment.