Skip to content

Commit f7717bd

Browse files
committed
fix: formatting issues
1 parent d14d79a commit f7717bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ conda create --name dpctl-benchmarking python=$PYTHON_VERSION dpctl asv libmamba
1717
Then, you may activate the environment and instruct `asv run` to use this existing environment for the benchmarks by pointing it to thhe environment's python binary, like so:
1818
```
1919
conda activate dpctl-benchmarking
20-
asv run --environment existing:/full/mamba/path/envs/dpctl-benchmarking/bin/python
20+
asv run --environment existing:/full/mamba/path/envs/dpctl-benchmarking/bin/python
2121
```
2222

2323
## Writing new benchmarks

0 commit comments

Comments
 (0)