We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d08394 commit 7b6c8b6Copy full SHA for 7b6c8b6
.github/workflows/tests.yml
@@ -91,7 +91,7 @@ jobs:
91
id: install-collection
92
uses: ansible-network/github_actions/.github/actions/build_install_collection@main
93
with:
94
- install_python_dependencies: true
+ install_python_dependencies: false
95
source_path: .
96
97
- name: Set up git
@@ -106,6 +106,7 @@ jobs:
106
collection_path: ${{ steps.install-collection.outputs.collection_path }}
107
python_version: ${{ env.python_version }}
108
ansible_version: ${{ env.ansible_version }}
109
+ ansible_test_requirement_files: 'test-requirements.txt'
110
env:
111
ANSIBLE_TEST_GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
112
all_green:
0 commit comments