Skip to content

Commit f48b950

Browse files
chore: install prod deps as well in unit-tests
1 parent 4be3816 commit f48b950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ jobs:
492492
python${{ env.PYTHON_VERSION }} -m venv .dev_venv
493493
echo "Found requirements_dev.txt. Installing dev dependencies in an isolated environment"
494494
./.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
495496
- name: Create directories
496497
run: |
497498
mkdir -p /opt/splunk/var/log/splunk

0 commit comments

Comments
 (0)