Fix debug statement

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

@ -91,11 +91,11 @@ 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
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)'
if: ${{ !matrix.pure_python }}
- name: [Debug] Print installs
run: pip list -v
- name: Run the unit tests
run: |
TESTS=$(pip show -f protobuftests | grep pb_unit_tests.*py$ | sed 's,/,.,g' | sed 's,\\,.,g' | sed -E 's,.py$,,g')

Loading…
Cancel
Save