activate the env before running the python scripts
This commit is contained in:
1
.github/workflows/quick-regression.yml
vendored
1
.github/workflows/quick-regression.yml
vendored
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user