Skip to content

Commit bccf240

Browse files
committed
update python tests
1 parent ca5514b commit bccf240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-phonenumbers-lib.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
- name: Run Dialpad tests
6969
if: steps.version_check.outputs.sync_needed == 'true'
7070
run: |
71-
pytest python/dialpad_tests.py
71+
pip install protobuf pytest
72+
python -m pytest python/dialpad_tests.py
7273
7374
# - name: Build and publish package
7475
# if: steps.version_check.outputs.sync_needed == 'true'

0 commit comments

Comments
 (0)