Skip to content

Commit 8a7a664

Browse files
authored
Update cross-platform-build-verification.yml
Signed-off-by: 1minds3t <1minds3t@proton.me>
1 parent 8b79783 commit 8a7a664

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cross-platform-build-verification.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,16 @@ jobs:
6464
- name: Build and Test
6565
shell: bash
6666
run: |
67+
# Create a fresh virtual environment to avoid permission errors on self-hosted
68+
python3 -m venv .venv
69+
70+
# Activate venv (Syntax works for Bash on Mac/Linux/Windows git-bash)
71+
source .venv/bin/activate
72+
6773
python -m pip install --upgrade pip build
6874
python -m build
6975
pip install dist/*.whl
76+
7077
omnipkg --version
7178
8pkg --version
7279
omnipkg list

0 commit comments

Comments
 (0)