Skip to content

Commit

Permalink
ci(deploy): remove installer/requirement.txt installation in `deplo…
Browse files Browse the repository at this point in the history
…y.yml`
  • Loading branch information
maugde committed Aug 22, 2024
1 parent 208f2dc commit 8db3a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
python -m pip install --upgrade pip
pip install pydantic --no-binary pydantic
pip install -r requirements-dev.txt
pip install -r installer/requirements.txt
- name: 🐍 Install Windows dependencies
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 8db3a45

Please sign in to comment.