File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}'
Original file line number Diff line number Diff line change 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 }}'
You can’t perform that action at this time.
0 commit comments