Skip to content

Commit

Permalink
Install ome-ansible-molecule version pinning rich
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 10, 2022
1 parent 77de549 commit 721581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
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 }}"
~/venv/bin/pip install https://github.com/sbesson/ome-ansible-molecule/archive/refs/heads/rich_version_pin.zip
echo PATH=~/venv/bin:$PATH >> $GITHUB_ENV
echo VIRTUAL_ENV=~/venv >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 721581b

Please sign in to comment.