Skip to content

Commit c5de8ef

Browse files
committed
chore: fix requirements path
1 parent 9bb4a06 commit c5de8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install dependencies
6767
shell: bash
6868
run: |
69-
pip install -r ./requirements/dev.txt
69+
pip install -r ./requirements/local.txt
7070
pip install -r ./requirements/prod.txt
7171
env:
7272
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}

0 commit comments

Comments
 (0)