mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
CI: make pip use tests/requirements.txt in Circle CI
Also sync `pip` options with those used in GHA. Closes #18760
This commit is contained in:
parent
660d915ebd
commit
a6182865d0
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ commands:
|
|||
- run:
|
||||
command: |
|
||||
sudo apt-get update && sudo apt-get install -y libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev python3-pip libpsl-dev
|
||||
sudo python3 -m pip install impacket
|
||||
sudo python3 -m pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary -r tests/requirements.txt
|
||||
|
||||
install-wolfssl:
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue