DOC add pyodide-http to enable fetch_openml in jupyterlite (#177) #385
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 |