Skip to content

Commit 5083c38

Browse files
committed
lint with black
1 parent 8a6c217 commit 5083c38

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/benchopt_test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,14 @@ jobs:
4747
benchmark_dir: ${{ matrix.benchmark_dir }}
4848

4949
lint:
50-
uses: benchopt/template_benchmark/.github/workflows/lint_benchmarks.yml@main
50+
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

Comments
 (0)