mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: remove system mode, set path globally
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -267,9 +267,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ windows-latest ]
|
os: [ windows-latest ]
|
||||||
python-version: ["3.10", "3.11", "3.12"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
env:
|
|
||||||
UV_SYSTEM_PYTHON: 1
|
|
||||||
UV_LINK_MODE: hardlink
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -291,6 +288,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv venv
|
uv venv
|
||||||
.venv\Scripts\activate
|
.venv\Scripts\activate
|
||||||
|
# persist the venv path for future steps
|
||||||
|
"$(pwd)/.venv/Scripts" >> $env:GITHUB_PATH
|
||||||
|
|
||||||
function uvpipFunction { uv pip $args }
|
function uvpipFunction { uv pip $args }
|
||||||
Set-Alias -name pip -value uvpipFunction
|
Set-Alias -name pip -value uvpipFunction
|
||||||
./build_helpers/install_windows.ps1
|
./build_helpers/install_windows.ps1
|
||||||
|
|||||||
Reference in New Issue
Block a user