Skip to content

Commit a61cca9

Browse files
committed
activate venv
1 parent 8e7fe25 commit a61cca9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v6
2727
with:
2828
python-version: "3.12"
29+
activate-environment: true
2930

3031
- name: Update Reflex CLI
3132
run: uv pip install reflex-hosting-cli -U

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v6
2525
with:
2626
python-version: "3.12"
27+
activate-environment: true
2728

2829
- name: Update Reflex CLI
2930
run: uv pip install reflex-hosting-cli -U

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v6
2727
with:
2828
python-version: "3.12"
29+
activate-environment: true
2930

3031
- name: Update Reflex CLI
3132
run: uv pip install reflex-hosting-cli -U

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: astral-sh/setup-uv@v6
3232
with:
3333
python-version: "3.11"
34+
activate-environment: true
3435

3536
- name: Install Requirements for reflex-web and reflex
3637
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: astral-sh/setup-uv@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
46+
activate-environment: true
4647

4748
- name: Install Requirements for reflex-web and reflex
4849
run: uv pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}'

0 commit comments

Comments
 (0)