mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: fix aliasing
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -285,7 +285,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Installation
|
- name: Installation
|
||||||
run: |
|
run: |
|
||||||
Set-Alias -name pip -value "uv pip"
|
function uvpipFunction { uv pip $args }
|
||||||
|
Set-Alias -name pip -value uvpipFunction
|
||||||
./build_helpers/install_windows.ps1
|
./build_helpers/install_windows.ps1
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user