We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb4a06 commit c5de8efCopy full SHA for c5de8ef
1 file changed
.github/workflows/precommitVersionBumps.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Install dependencies
67
shell: bash
68
run: |
69
- pip install -r ./requirements/dev.txt
+ pip install -r ./requirements/local.txt
70
pip install -r ./requirements/prod.txt
71
env:
72
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
0 commit comments