diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index 254a38ac23340..c662d2722e1e4 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -61,6 +61,8 @@ jobs: - name: Build into Alpine run: | + python3 -m venv .venv + source .venv/bin/activate cd opencti-platform/opencti-front yarn install yarn build