Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,3 @@ if ! brew link --overwrite bazelisk; then
fi

bazel version

pip3 install slackclient
2 changes: 1 addition & 1 deletion tools/shell_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source_venv() {
VENV_DIR=$1
if [[ "${VIRTUAL_ENV}" == "" ]]; then
if [[ ! -d "${VENV_DIR}"/venv ]]; then
virtualenv "${VENV_DIR}"/venv --python=python3
virtualenv "${VENV_DIR}"/venv --python=python3.8
fi
# shellcheck disable=SC1090
source "${VENV_DIR}/venv/bin/activate"
Expand Down