Skip to content

Commit

Permalink
💚 CI: Fixing pip install hash bug in Azure Pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed May 13, 2024
1 parent a73cd45 commit 7770489
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ steps:
displayName: "Prepare dataset"
- script: |
python -m pip install --upgrade pip wheel
pip install --upgrade .[asyncio] six codecov yt_dlp httpx mpegdash paramiko m3u8 async-asgi-testclient
pip install --upgrade deffcode
pip install cryptography==38.0.4
pip install --upgrade pytest pytest-asyncio pytest-cov pytest-azurepipelines
python -m pip install -U pip wheel numpy
python -m pip install -U .[asyncio]
python -m pip install -U six codecov httpx pytest pytest-asyncio pytest-cov yt_dlp mpegdash paramiko m3u8 async-asgi-testclient
python -m pip install -U deffcode
python -m pip install cryptography==38.0.4
displayName: "Install pip dependencies"
- script: |
Expand Down

0 comments on commit 7770489

Please sign in to comment.