Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Sep 26, 2023
1 parent 9abbb31 commit 34a2050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test_group="${entry_point_args[3]:-}"

export PYTHONIOENCODING="utf-8"
export PIP_DISABLE_PIP_VERSION_CHECK=true
export PIP_NO_WARN_SCRIPT_LOCATION=true
export PIP_NO_WARN_SCRIPT_LOCATION=false # Negative options are a bit weird: https://github.com/pypa/pip/issues/5200
export ANSIBLE_COLLECTIONS_PATHS="$PWD/../.."

command -v python
Expand Down Expand Up @@ -82,7 +82,7 @@ fi
pip install rstcheck

# Ensure we can write other collections to this dir
sudo chown "$USER" "$ANSIBLE_COLLECTIONS_PATHS"
sudo chown "$(whoami)" "$ANSIBLE_COLLECTIONS_PATHS"

pip install -r tests/integration/requirements.txt -c tests/constraints.txt
ansible-galaxy -vvv collection install -r tests/requirements.yml
Expand Down

0 comments on commit 34a2050

Please sign in to comment.