Skip to content

Commit

Permalink
force conan 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed May 17, 2024
1 parent d60a1dc commit b65993d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.setup
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ setup-git:
.PHONY: setup-conan
setup-conan:
# Install Conan if it is not available.
if ! command -v conan >/dev/null 2>&1; then $(PIP) install --user --upgrade "conan<2"; fi
if ! command -v conan >/dev/null 2>&1; then $(PIP) install --user --upgrade "conan==1.61.0"; fi
# Initialize Conan configuration if it doesn't already exist.
#
# Since running any conan command, even conan --help creates $(CONAN_DIR)
Expand Down Expand Up @@ -143,7 +143,7 @@ install-python-deps::
command -v $(PIP) >/dev/null 2>&1
$(PIP) install $(PIP_INSTALL_ARGS) \
click \
"conan<2.0.0" \
"conan==1.61.0" \
libtmux \
toml \
pipx \
Expand Down

0 comments on commit b65993d

Please sign in to comment.