chore(ci): remove useless alias
This commit is contained in:
@@ -176,12 +176,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Installation
|
- name: Installation
|
||||||
run: |
|
run: |
|
||||||
function uvpipFunction { uv pip $args }
|
uv pip install -r requirements-dev.txt
|
||||||
Set-Alias -name pip -value uvpipFunction
|
uv pip install -e .
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r requirements-dev.txt
|
|
||||||
pip install -e .
|
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user