Skip to content

Commit

Permalink
🎨 minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajndkr committed Nov 14, 2023
1 parent 96667d9 commit 038991c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependency-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Upgrade dependencies of demo examples
run: |
pip install -U pip pip-tools
cd examples
pip-compile --upgrade requirements.in
cd examples; pip-compile --upgrade requirements.in
- name: Upgrade pre-commit hooks
run: |
Expand Down

0 comments on commit 038991c

Please sign in to comment.