From 75fb3011ecfa79d7df1e6a32133d47e2e19098cb Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Sun, 10 Dec 2023 10:39:04 +1300 Subject: [PATCH] notlike? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1ac1f8ab742..dab1740fc19a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -393,7 +393,7 @@ jobs: - name: Install Requirements run: | python -m pip install -U pip setuptools wheel - Get-Content -Path requirements.txt | where {$_ -like 'curl_cffi*'} | Set-Content requirements_used.txt + Get-Content -Path requirements.txt | where {$_ -notlike 'curl_cffi*'} | Set-Content requirements_used.txt pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.8.0-py3-none-any.whl" -r requirements_used.txt - name: Prepare