From c78e3d1b231d5d7fbefa34e50de98fc4c16ff63b Mon Sep 17 00:00:00 2001 From: Glatzel <32577755+Glatzel@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:08:55 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf39970..39549d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,12 @@ jobs: cache-pixi: if: ${{github.event_name== 'push'}} uses: Glatzel/template/.github/workflows/cache-pixi.yml@main + strategy: + matrix: + pixi_env: [audio,arithmetic-cpu] with: machine: windows-latest - install_cmd: pixi install -e audio -e arithmetic-cpu + pixi_env: ${{matrix.pixi_env}} ruff-lint: uses: Glatzel/template/.github/workflows/ruff.yml@main