Skip to content

Commit 6cdb4fb

Browse files
committed
fix: changed Makefile
1 parent 6436c2e commit 6cdb4fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ all: clang-tidy mypy ruff flake8 pylint
22
echo 'All'
33

44
python-install:
5-
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
5+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg]==12.4.1
66
pip3 install .
77

88
python-install-development:
9-
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
9+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg]==12.4.1
1010
pip3 install .[development]
1111

1212
python-install-editable:
13-
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
13+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg]==12.4.1
1414
pip3 install -e .[development]
1515

1616
clang-format:

0 commit comments

Comments
 (0)