use schema in table from markdown and pandas (#5485) #10
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: macOS - test | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
test-macos: | |
strategy: | |
fail-fast: false | |
uses: pathwaycom/pathway/.github/workflows/package_test.yml@main | |
with: | |
runner: 'ec2-macOS' | |
secrets: inherit |