Attempt to fix test

pull/13171/head
Deanna Garcia 2 years ago
parent 031a12b6a5
commit 3cfab5d1ef
  1. 2
      .github/workflows/source_distribution_tests.yml

@ -88,7 +88,7 @@ jobs:
- name: Install numpy
run: pip install numpy
- name: Install Protobuf Test wheel
run: pip install -vvv --no-index protobuftests
run: pip install -vvv --no-index --find-links . protobuftests
- name: Install python source
run: cd protobuf-*/ && python setup.py install
- name: Test that module is importable

Loading…
Cancel
Save