BatchNorm training and cat_breeds readme #132
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 ChAI Test | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
hello_world_job: | |
runs-on: ubuntu-latest | |
name: Numerical Correspondence Testing Job | |
steps: | |
# To use this repository's private action, | |
# you must check out the repository | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run root docker action step | |
uses: ./.github/actions/main-docker # Uses an action in the root directory | |
id: hello-docker |