Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 2, 2024
1 parent e785f1f commit ef3bb52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sanity_testing_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:

- name: Install ansible-core (${{ matrix.ansible-version }})
run: >-
echo "curl ---"
curl https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz
echo "curl end---"
python3 -m pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz
--disable-pip-version-check
Expand Down

0 comments on commit ef3bb52

Please sign in to comment.