[Python] Fix mustache tag syntax in github worklow (#20701)

This commit is contained in:
Sylvain Joubert
2025-02-21 10:43:17 +01:00
committed by GitHub
parent 13111077d4
commit 0ff8c46595
5 changed files with 5 additions and 5 deletions

View File

@@ -28,4 +28,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=openapi_client