Skip to content

Commit 4672e88

Browse files
committed
Updated make file
1 parent 92b5454 commit 4672e88

File tree

1 file changed

+2
-2
lines changed
  • ansible/collections/ansible_collections/nhsd/apigee

1 file changed

+2
-2
lines changed

ansible/collections/ansible_collections/nhsd/apigee/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ update-schema:
44
@PYTHONPATH=../../../ poetry run python scripts/update_schema.py
55

66
unit-test:
7-
@poetry run ansible-test units --python=3.8
7+
@poetry run ansible-test units --python=3.9
88

99
integration-test:
10-
@poetry run ansible-test integration --python=3.8
10+
@poetry run ansible-test integration --python=3.9
1111

1212
test: unit-test integration-test
1313

0 commit comments

Comments
 (0)