Skip to content
Merged
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
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on: [push]

permissions: {}

env:
# Disable check for new pyright version
PYRIGHT_PYTHON_IGNORE_WARNINGS: 1

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,11 +25,10 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Install just
run: uv tool install rust-just
Expand Down