Skip to content

Commit

Permalink
force upgrad pip agIN
Browse files Browse the repository at this point in the history
Signed-off-by: EamonTracey <[email protected]>
  • Loading branch information
EamonTracey committed Jul 17, 2023
1 parent 49cc9b5 commit 6714b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_automation_hub_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.10"

- name: Install docker-compose
run: pip3 install --upgrade pip docker-compose
run: pip3 install --upgrade pip; pip3 install --upgrade docker-compose

- name: Checkout the automation hub collection
uses: actions/checkout@v3
Expand Down

0 comments on commit 6714b68

Please sign in to comment.