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
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: "Set up Python"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
- name: Set up Python
|
||||
run: uv python install
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --locked --all-extras --dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user