Skip to content

Commit 586ec7c

Browse files
NPA-3895: Changed python run command
1 parent 5d9e12e commit 586ec7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: |
3232
cd scripts
3333
for file in ../specification/examples/response/GET_Consent/*; do
34-
python validate_schema.py Consent "$file"
34+
poetry run python validate_schema.py Consent "$file"
3535
done

0 commit comments

Comments
 (0)