diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-10 13:43:21 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-10 13:47:43 -0500 |
| commit | 0c262fdd233d615ae81b12f4d802a3784451fa2e (patch) | |
| tree | e241555e5edc7cb7937667585be28a9688572d84 /.github | |
| parent | 98717d15e5abd736f98f60acd11ef60221e9766d (diff) | |
require hashes and binary wheels for pip
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
