require hashes and binary wheels for pip
This commit is contained in:
parent
98717d15e5
commit
0c262fdd23
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli
|
- run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: pip install -r requirements.txt
|
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
||||||
|
|
||||||
- name: process static
|
- name: process static
|
||||||
run: ./process-static
|
run: ./process-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user