mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:47:28 +03:00
GHA: drop installing impacket for curl built without SMB support
Ref: #20846 Closes #20868
This commit is contained in:
parent
3b43b9080d
commit
15932f2ac5
4 changed files with 16 additions and 5 deletions
4
.github/workflows/http3-linux.yml
vendored
4
.github/workflows/http3-linux.yml
vendored
|
|
@ -695,7 +695,9 @@ jobs:
|
|||
if: ${{ !contains(matrix.build.install_steps, 'skipall') && !contains(matrix.build.install_steps, 'skiprun') }}
|
||||
run: |
|
||||
python3 -m venv ~/venv
|
||||
~/venv/bin/pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary -r tests/requirements.txt
|
||||
if bld/src/curl --disable -V 2>/dev/null | grep smb; then
|
||||
~/venv/bin/pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary -r tests/requirements.txt
|
||||
fi
|
||||
|
||||
- name: 'run tests'
|
||||
if: ${{ !contains(matrix.build.install_steps, 'skipall') && !contains(matrix.build.install_steps, 'skiprun') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue