From ef3bb523275f6ba83da4d7e232fea578022c9c0f Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Tue, 2 Apr 2024 18:39:03 +0300 Subject: [PATCH] fixes --- .github/workflows/sanity_testing_workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sanity_testing_workflow.yml b/.github/workflows/sanity_testing_workflow.yml index 96b4e45..65b058d 100644 --- a/.github/workflows/sanity_testing_workflow.yml +++ b/.github/workflows/sanity_testing_workflow.yml @@ -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