We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5514b commit bccf240Copy full SHA for bccf240
.github/workflows/update-phonenumbers-lib.yml
@@ -68,7 +68,8 @@ jobs:
68
- name: Run Dialpad tests
69
if: steps.version_check.outputs.sync_needed == 'true'
70
run: |
71
- pytest python/dialpad_tests.py
+ pip install protobuf pytest
72
+ python -m pytest python/dialpad_tests.py
73
74
# - name: Build and publish package
75
# if: steps.version_check.outputs.sync_needed == 'true'
0 commit comments