Skip to content

Bump astral-sh/setup-uv from 5 to 6 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Catalystwan WAN SDK Types (uv)
run: uv pip install --system ../catalystwan-types
- name: Install Catalystwan WAN SDK Version 20.15 (uv)
Expand All @@ -62,7 +62,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Catalystwan WAN SDK Types (uv)
run: uv pip install --system ../catalystwan-types
- name: Install Catalystwan WAN SDK Version 20.15 (uv)
Expand All @@ -88,7 +88,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Nox
run: uv pip install --system nox==2024.10.*
- name: Run linting on ${{ matrix.os }} )
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Catalystwan WAN SDK Self (uv)
run: uv pip install --system .
- name: Install Nox
Expand All @@ -45,7 +45,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Nox
run: uv pip install --system nox==2024.10.*
- name: Run linting on ${{ matrix.os }} )
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Catalystwan WAN SDK Types (uv)
run: uv pip install --system ../../packages/catalystwan-types
- name: Install Catalystwan WAN SDK Self (uv)
Expand All @@ -47,7 +47,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
- name: Install Nox
run: uv pip install --system nox==2024.10.*
- name: Run linting on ${{ matrix.os }} )
Expand Down