diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c21d985..81c297e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,8 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: environments: default - cache: true + cache: false - - name: Re-install local - run: | - pixi run rebuild - name: Lint with ruff run: | pixi run lint