Skip to content

Commit

Permalink
Merge branch 'main' into tamirkamara/guacamole-jul23-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara authored Jul 5, 2023
2 parents 468a1c1 + 3278dae commit 4bf52ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BUG FIXES:
* Fix airlock_notifier not getting the right smtp password ([#3561](https://github.com/microsoft/AzureTRE/issues/3561))
* Fix issue when deleting failed resources gives no steps ([#3567](https://github.com/microsoft/AzureTRE/issues/3567))
* Fix airlock_notifier not getting the right smtp password ([#3565](https://github.com/microsoft/AzureTRE/issues/3565))
* Update CLI install method to fix dependency issue ([#3601](https://github.com/microsoft/AzureTRE/issues/3601))

COMPONENTS:

Expand Down
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip-install: ## install required dependencides

install-cli: ## install CLI (note, run `source <(_TRE_COMPLETE=bash_source tre)` to set up bash completion)
sudo rm -rf build dist tre.egg-info
sudo python setup.py install
sudo pip install .

build-package: ## build package
./scripts/build.sh
Expand Down

0 comments on commit 4bf52ff

Please sign in to comment.