Skip to content

Commit

Permalink
Updated python config on build to avoid running into pip error
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed May 31, 2024
1 parent d21d16c commit fc5fca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

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

0 comments on commit fc5fca7

Please sign in to comment.