Run macos job on `uv` and newer `actions@v4`
parent
83c8a8ad78
commit
aee86f2544
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue