Skip to content

CI not cache in setup-pixi (#167) #323

CI not cache in setup-pixi (#167)

CI not cache in setup-pixi (#167) #323

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
call-test:
uses: ./.github/workflows/test.yml
secrets: inherit
call-wasm-wheel:
needs: call-test
uses: ./.github/workflows/emscripten.yml
call-wheel:
needs: call-test
uses: ./.github/workflows/wheel.yml