(improvement) (cython only) cache deserializer instances in find_deserializer and m… (hundreds of ns improvements - 6-40x faster!) #836
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: Test wheels building | ||
| on: | ||
| pull_request: | ||
| branches: | ||
| - master | ||
| paths-ignore: | ||
| - docs/* | ||
| - examples/* | ||
| - .gitignore | ||
| - '*.rst' | ||
| - '*.ini' | ||
| - LICENSE | ||
| - .github/dependabot.yml | ||
| - .github/pull_request_template.md | ||
| jobs: | ||
| test-wheels-build: | ||
|
Check failure on line 18 in .github/workflows/build-test.yml
|
||
| name: "Test wheels building" | ||
| if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')" | ||
| uses: ./.github/workflows/lib-build-and-push.yml | ||
| with: | ||
| upload: false | ||