Run macos job on `uv` and newer `actions@v4`

ns_aware
Gud Boi 2026-02-24 20:55:01 -05:00
parent 83c8a8ad78
commit aee86f2544
1 changed files with 4 additions and 6 deletions

View File

@ -134,13 +134,11 @@ jobs:
] ]
steps: steps:
- name: Checkout - uses: actions/checkout@v4
uses: actions/checkout@v2 - name: 'Install uv + py-${{ matrix.python-version }}'
uses: astral-sh/setup-uv@v6
- name: Setup python
uses: actions/setup-python@v2
with: with:
python-version: '${{ matrix.python }}' python-version: ${{ matrix.python-version }}
- name: Install the project w uv - name: Install the project w uv
run: uv sync --all-extras --dev run: uv sync --all-extras --dev