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

This commit is contained in:
Sam 2025-05-31 20:00:58 -05:00
parent 853d2120da
commit c98f48d4bc

View File

@ -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