Skip to content

Commit

Permalink
ci: fix dependency manager workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajndkr committed Dec 9, 2023
1 parent 5d111e7 commit eef0e51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dependency-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
pip install -U poetry
poetry update
- name: Upgrade dependencies of demo examples
run: |
pip install -U pip pip-tools
cd examples; pip-compile --upgrade requirements.in
- name: Upgrade pre-commit hooks
run: |
pip install pre-commit
Expand Down

0 comments on commit eef0e51

Please sign in to comment.