DOC add new reference for unsupervised feature selection tutorial #294
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |