File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 persist-credentials : false
6969
7070 - name : Install test dependencies
71- run : pip install '.[python-tests]'
71+ run : pip --disable-pip-version-check --no-input --no-cache-dir install '.[python-tests]'
7272
7373 - name : Run TLV constants sync test
7474 run : pytest tests/test_tlv_constants_sync.py
Original file line number Diff line number Diff line change 3030 - name : ' install prereqs'
3131 run : |
3232 /home/linuxbrew/.linuxbrew/bin/brew install zizmor
33- pip install '.[ci-tests]'
33+ pip --disable-pip-version-check --no-input --no-cache-dir install '.[ci-tests]'
3434
3535 - name : ' zizmor GHA'
3636 env :
Original file line number Diff line number Diff line change 2626
2727 - name : Install dependencies
2828 run : |
29- pip install '.[browser-tests]'
29+ pip --disable-pip-version-check --no-input --no-cache-dir install '.[browser-tests]'
3030 python -m playwright install
3131
3232 - name : Install Playwright system dependencies
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Install dependencies
25- run : pip install '.[page-gen]'
25+ run : pip --disable-pip-version-check --no-input --no-cache-dir install '.[page-gen]'
2626
2727 - name : Generate decoder HTML
2828 run : python -m curl_fuzzer_tools.generate_decoder_html
You can’t perform that action at this time.
0 commit comments