Skip to content

Commit 7b6c8b6

Browse files
committed
Remove requirements.txt file, update GH workflow file
1 parent 9d08394 commit 7b6c8b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
id: install-collection
9292
uses: ansible-network/github_actions/.github/actions/build_install_collection@main
9393
with:
94-
install_python_dependencies: true
94+
install_python_dependencies: false
9595
source_path: .
9696

9797
- name: Set up git
@@ -106,6 +106,7 @@ jobs:
106106
collection_path: ${{ steps.install-collection.outputs.collection_path }}
107107
python_version: ${{ env.python_version }}
108108
ansible_version: ${{ env.ansible_version }}
109+
ansible_test_requirement_files: 'test-requirements.txt'
109110
env:
110111
ANSIBLE_TEST_GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
111112
all_green:

0 commit comments

Comments
 (0)