Skip to content

Commit a894491

Browse files
committed
Updated the pipeline to tun ansible tests with python 3.13
1 parent 66b7cf9 commit a894491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/utils-pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
displayName: Install utils pre-requisites
109109
110110
- bash: |
111-
ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.13.7
111+
ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.13
112112
workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
113113
displayName: Unit test ansible
114114
115115
- bash: |
116-
ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.13.7
116+
ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.13
117117
workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
118118
displayName: Integration test ansible
119119

0 commit comments

Comments
 (0)