From 3cfab5d1ef62d6993d3a063a932b799fc51e3c7a Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Tue, 20 Dec 2022 23:29:07 +0000 Subject: [PATCH] Attempt to fix test --- .github/workflows/source_distribution_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_distribution_tests.yml b/.github/workflows/source_distribution_tests.yml index 7ea0a40b42..2aa3ce4e64 100644 --- a/.github/workflows/source_distribution_tests.yml +++ b/.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