From fe897975adeeb1dd8425b81c20ba19661672302a Mon Sep 17 00:00:00 2001 From: Felix Oesterle <6945681+fso42@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:24:22 +0200 Subject: [PATCH] chore(github-actions): update Pixi setup action to v0.9.6 --- .github/workflows/runTestSinglePython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runTestSinglePython.yml b/.github/workflows/runTestSinglePython.yml index 38d676baa..aeafca610 100644 --- a/.github/workflows/runTestSinglePython.yml +++ b/.github/workflows/runTestSinglePython.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: prefix-dev/setup-pixi@v0.9.1 + - uses: prefix-dev/setup-pixi@v0.9.6 with: cache: false - name: Pixi run pytest