activate the env before running the python scripts

This commit is contained in:
Trung Nguyen
2024-08-23 11:59:16 -05:00
parent 7475e5a5ef
commit ebe3bd2f7e

View File

@ -73,6 +73,7 @@ jobs:
- name: Run Selected Regression Tests
shell: bash
run: |
source linuxenv/bin/activate
python3 tools/regression-tests/get-quick-list.py
python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \