Skip to content

Commit

Permalink
Bump heliumcli version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 6, 2024
1 parent b83f76f commit e5ebdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install: env virtualenv
source $(MYPROJECT_VENV)/bin/activate; \
python -m pip install -r requirements.txt -r requirements-dev.txt; \
)
@$(PYTHON_BIN) -m pip install "heliumcli>=1.2.2" "ansible>=2.5"
@$(PYTHON_BIN) -m pip install "heliumcli>=1.6.13"

nopyc:
find . -name '*.pyc' | xargs rm -f || true
Expand Down

0 comments on commit e5ebdd3

Please sign in to comment.