Skip to content

Commit

Permalink
Replaced Python config removal by venv creation
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed May 31, 2024
1 parent 9f31cca commit 2969a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

- name: Build into Alpine
run: |
export python_short=$(python -V | awk '{ print $2 }' | awk -F. '{ print $1"."$2}')
sudo mv /usr/lib/python$python_short/EXTERNALLY-MANAGED /usr/lib/python$python_short/EXTERNALLY-MANAGED.old
python3 -m venv .venv
source .venv/bin/activate
cd opencti-platform/opencti-front
yarn install
yarn build
Expand Down

0 comments on commit 2969a28

Please sign in to comment.