Skip to content

Commit

Permalink
notlike?
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Dec 9, 2023
1 parent 5005f44 commit 75fb301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75fb301

Please sign in to comment.