]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: don't install impacket if tests are not run
authorDan Fandrich <dan@coneharvesters.com>
Thu, 22 Jun 2023 18:13:07 +0000 (11:13 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 24 Jun 2023 21:40:39 +0000 (14:40 -0700)
It just wastes time and bandwidth and isn't even used.

.github/workflows/macos.yml

index 080b99251637874e79c0b4be24de881d5ae70226..037348c6766c746b021016c9e747bbc010f5219f 100644 (file)
@@ -176,9 +176,6 @@ jobs:
     - run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done"
       name: 'brew install'
 
-    - run: python3 -m pip install impacket
-      name: 'pip3 install'
-
     - uses: actions/checkout@v3
 
     - run: cmake -S. -Bbuild -DCURL_WERROR=ON -DPICKY_COMPILER=ON ${{ matrix.build.generate }}