feat(datasets): Add Support Python 3.11 for kedro-datasets #238
Workflow file for this run
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 checks on Kedro-Docker | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "kedro-airflow/**" | |
- "kedro-datasets/**" | |
- "kedro-telemetry/**" | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- "kedro-airflow/**" | |
- "kedro-datasets/**" | |
- "kedro-telemetry/**" | |
schedule: | |
# Run every day at midnight (UTC time) | |
- cron: '0 0 * * *' | |
jobs: | |
docker-test: | |
uses: ./.github/workflows/check-plugin.yml | |
with: | |
plugin: kedro-docker |