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 17e7f5b commit 1155dafCopy full SHA for 1155daf
1 file changed
.github/actions/tests/python/action.yml
@@ -95,6 +95,7 @@ runs:
95
shell: bash
96
run: |
97
pip install -r requirements/prod.txt
98
+ pip install -r requirements/local.txt
99
env:
100
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
101
0 commit comments