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 4be3816 commit f48b950Copy full SHA for f48b950
.github/workflows/reusable-build-test-release.yml
@@ -492,6 +492,7 @@ jobs:
492
python${{ env.PYTHON_VERSION }} -m venv .dev_venv
493
echo "Found requirements_dev.txt. Installing dev dependencies in an isolated environment"
494
./.dev_venv/bin/python -m pip install -r dev_deps/requirements_dev.txt
495
+ ./.dev_venv/bin/python -m pip install -r package/lib/requirements.txt
496
- name: Create directories
497
run: |
498
mkdir -p /opt/splunk/var/log/splunk
0 commit comments