Try to fix debug statement again

pull/13171/head
Deanna Garcia 2 years ago
parent 13c90ce437
commit af9e5b7333
  1. 2
      .github/workflows/source_distribution_tests.yml

@ -91,7 +91,7 @@ jobs:
run: pip install -vvv --no-index --find-links . protobuftests
- name: Install python source
run: cd protobuf-*/ && python setup.py install
- name: [Debug] Print installs
- name: Print installs for debugging
run: pip list -v
- name: Test that module is importable
run: python -v -c 'from google._upb import _message; assert "google._upb._message.MessageMeta" in str(_message.MessageMeta)'

Loading…
Cancel
Save