Fix stale AI-extras install-hint test to match actual command #490
This file contains hidden or 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: Formatter | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| formatter: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: rickstaa/action-black@v1 | |
| with: | |
| black_args: "-l 79 jumper_extension tests jumper_wrapper_kernel/jumper_wrapper_kernel" |