From 0c262fdd233d615ae81b12f4d802a3784451fa2e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 10 Jan 2023 13:43:21 -0500 Subject: [PATCH] require hashes and binary wheels for pip --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0d48448e..1f8af4ea 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -19,7 +19,7 @@ jobs: - run: sudo apt-get update - run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli - run: npm install - - run: pip install -r requirements.txt + - run: 'pip install --require-hashes --only-binary :all: -r requirements.txt' - name: process static run: ./process-static