Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: 3.11

- name: Install requirements
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core==2.17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the title says 2.18 but this shows 2.17

working-directory: ansible-platform

- name: Perform completeness tests
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
working-directory: aap-gateway

- name: Install requirements
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core
run: pip3.11 install -r requirements/requirements_dev.txt ansible-core==2.17
working-directory: ansible-platform

- name: Perform completeness tests
Expand Down
Loading