Refactor Python setup step in test workflow to use 'uv python install'
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 5m2s
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 5m2s
This commit is contained in:
parent
853d2120da
commit
c98f48d4bc
@ -18,10 +18,8 @@ jobs:
|
|||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
||||||
- name: "Set up Python"
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
run: uv python install
|
||||||
with:
|
|
||||||
python-version-file: "pyproject.toml"
|
|
||||||
|
|
||||||
- name: Install the project
|
- name: Install the project
|
||||||
run: uv sync --locked --all-extras --dev
|
run: uv sync --locked --all-extras --dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user