fix: avoid returning unrelated enum type from _cache_from_local
(#924)
#459
This file contains 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: Run Examples Tests | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
jobs: | |
test-examples: | |
uses: ./.github/workflows/examples.yml | |
with: | |
working-directory: ./python | |
secrets: inherit |