Skip to content

Commit 1c2531d

Browse files
committed
Remove rrplugins bit.
1 parent 78366b4 commit 1c2531d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

-4
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ stages:
275275
ls
276276
echo "$(PythonExecutable) setup.py bdist_wheel"
277277
$(PythonExecutable) setup.py bdist_wheel
278-
echo "$(PythonExecutable) setup_rrplugins.py bdist_wheel"
279-
$(PythonExecutable) setup_rrplugins.py bdist_wheel
280278
displayName: Generate pip wheel
281279
282280
- task: CopyFiles@2
@@ -491,7 +489,6 @@ stages:
491489
# echo "ls in install dir"
492490
# ls
493491
# $(PythonExecutable) setup.py bdist_wheel
494-
# $(PythonExecutable) setup_rrplugins.py bdist_wheel
495492
# displayName: Generate pip wheel
496493

497494
# - task: CopyFiles@2
@@ -772,7 +769,6 @@ stages:
772769
# $(PipExecutable) install numpy pytest
773770
# echo "$(PythonExecutable) ./setup.py bdist_wheel"
774771
# $(PythonExecutable) ./setup.py bdist_wheel
775-
# $(PythonExecutable) ./setup_rrplugins.py bdist_wheel
776772

777773

778774
# # cd dist

0 commit comments

Comments
 (0)