From ff3c566463ab80cb526f061efb65111de3a24155 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 13 Jun 2024 23:31:15 -0500 Subject: [PATCH] To prevent installing rust lets use the binary packages --- .github/workflows/gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gate.yaml b/.github/workflows/gate.yaml index 2c9106becafa..f10fbbef19c7 100644 --- a/.github/workflows/gate.yaml +++ b/.github/workflows/gate.yaml @@ -155,7 +155,7 @@ jobs: - name: Install deps python, part 1 run: pip install "cffi>=1.17.0rc1" - name: Install deps python - run: pip install --pre -r requirements-base.txt -r test-requirements.txt + run: pip install --prefer-binary --pre -r requirements-base.txt -r test-requirements.txt - name: Build run: |- ./build_product \