Gridsearch: take config from experiment config when null entry is pre… #14
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: Formatting | |
on: [push] | |
jobs: | |
black: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: psf/[email protected] | |
with: | |
options: '--check --diff --verbose --line-length=88 --exclude="aintelope_savanna.py"' | |
src: "aintelope tests" |