Stuff and things
This commit is contained in:
10
.github/workflows/uv.yml
vendored
10
.github/workflows/uv.yml
vendored
@ -16,12 +16,8 @@ env:
|
||||
|
||||
jobs:
|
||||
test-on-uv:
|
||||
name: Install with uv and run tests on Python ${{ matrix.python-version }}
|
||||
name: Install with uv and run tests on Python 3.13
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"]
|
||||
steps:
|
||||
- run: |
|
||||
if [ -z "${{ env.BOT_TOKEN }}" ]; then
|
||||
@ -30,10 +26,10 @@ jobs:
|
||||
fi
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install uv and set the python version to ${{ matrix.python-version }}
|
||||
- name: Install uv and set the python version to 3.13
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: 3.13
|
||||
version: "latest"
|
||||
- name: Install dependencies
|
||||
run: uv sync --all-extras --dev
|
||||
|
Reference in New Issue
Block a user