There was an error while loading. Please reload this page.
1 parent 8a6c217 commit 5083c38Copy full SHA for 5083c38
1 file changed
.github/workflows/benchopt_test.yml
@@ -47,4 +47,14 @@ jobs:
47
benchmark_dir: ${{ matrix.benchmark_dir }}
48
49
lint:
50
- uses: benchopt/template_benchmark/.github/workflows/lint_benchmarks.yml@main
+ runs-on: ubuntu-latest
51
+ steps:
52
+ - uses: actions/checkout@v3
53
+ - name: Set up Python
54
+ uses: actions/setup-python@v5
55
+ with:
56
+ python-version: '3.11'
57
+ - name: Install Black
58
+ run: pip install black
59
+ - name: Run Black check
60
+ run: black --check .
0 commit comments