Skip to content

Commit fc55611

Browse files
committed
fix indentation
1 parent 9343cf0 commit fc55611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/asv_benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install .[test]
24-
pip install asv asv-runner # PR TODO: move to pyprojct.toml
24+
pip install asv asv-runner # PR TODO: move to pyprojct.toml
2525
2626
- name: Run ASV benchmarks
2727
run: asv run

0 commit comments

Comments
 (0)