Skip to content

Commit

Permalink
Upgrade pip version before installing ome-ansible-molecule
Browse files Browse the repository at this point in the history
The latest release of cryptography 3.4 fails at installation time with the
default pip 9.0.3 from CentOS 7
  • Loading branch information
sbesson committed Feb 7, 2021
1 parent f032aac commit 77de549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
run: |
if [[ "${{ inputs.manage-virtualenv }}" == "true" ]]; then
python3 -mvenv ~/venv
~/venv/bin/pip install -U pip
~/venv/bin/pip install "ome-ansible-molecule==${{ inputs.ome-ansible-molecule-version }}"
echo PATH=~/venv/bin:$PATH >> $GITHUB_ENV
echo VIRTUAL_ENV=~/venv >> $GITHUB_ENV
Expand Down

0 comments on commit 77de549

Please sign in to comment.