Skip to content

Commit

Permalink
Revert "Test"
Browse files Browse the repository at this point in the history
This reverts commit 48b1d5b.
  • Loading branch information
amenasria committed Oct 31, 2024
1 parent 48b1d5b commit 2b8b510
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .gitlab/common/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,8 @@
VENV_NAME="datadog-agent-python-$PYTHON_VERSION"
if [ "$PYTHON_REPO_VERSION" != "$PYTHON_VERSION" ]; then
echo "Warning: The current Python version $PYTHON_VERSION is different from $PYTHON_REPO_VERSION in .python-version."
echo "Using Python $PYTHON_VERSION"
echo "Installing Python $PYTHON_REPO_VERSION..."
fi
echo $PYTHON_VERSION
echo $VENV_NAME
pyenv virtualenvs --bare
pyenv virtualenvs --bare | grep -q "^${VENV_NAME}$"
echo $?
! pyenv virtualenvs --bare | grep -q "^${VENV_NAME}$"
echo $?
if ! pyenv virtualenvs --bare | grep -q "^${VENV_NAME}$"; then
pyenv virtualenv $PYTHON_VERSION $VENV_NAME
fi
Expand Down

0 comments on commit 2b8b510

Please sign in to comment.