1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Use python venv

This commit is contained in:
Anders Åberg
2025-04-30 23:13:15 +02:00
parent 87b4341e68
commit ee09a071ae
2 changed files with 24 additions and 6 deletions

View File

@@ -679,7 +679,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Rust
shell: pwsh
@@ -889,7 +892,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Rust
shell: pwsh
@@ -1139,7 +1145,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Rust
shell: pwsh

View File

@@ -415,7 +415,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Print environment
run: |
@@ -550,7 +553,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Print environment
run: |
@@ -764,7 +770,10 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Set up Node-gyp
run: python3 -m pip install setuptools --user
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install setuptools
- name: Print environment
run: |