Skip to content

Commit

Permalink
{CI} Unpin azdev (#18300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored May 31, 2021
1 parent 05f70c2 commit 1b02b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
chmod +x env/bin/activate
. env/bin/activate
python -m pip install -U pip
pip install azdev==0.1.32
pip install azdev
azdev --version
if [ -z "$CLI_EXT_REPO_PATH" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _set_conout_mode(mode):
def _update_conout_mode(mode):
old_mode = _get_conout_mode()
if old_mode & mode != mode:
mode = old_mode | mode
mode = old_mode | mode # pylint: disable=unsupported-binary-operation
_set_conout_mode(mode)


Expand Down

0 comments on commit 1b02b32

Please sign in to comment.