From 8ce14837cbf8f58ee6816cc399b5476d32e52cf9 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 24 Jul 2024 19:41:07 -0400 Subject: [PATCH] No empty lines allowed in yaml definitions? --- azure-pipelines-macos-steps.yml | 2 -- azure-pipelines-windows-steps.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/azure-pipelines-macos-steps.yml b/azure-pipelines-macos-steps.yml index b1a62e9..a164147 100644 --- a/azure-pipelines-macos-steps.yml +++ b/azure-pipelines-macos-steps.yml @@ -11,8 +11,6 @@ steps: git clone https://github.com/mlpack/mlpack cd mlpack git checkout $(MLPACK_VERSION) - - # Temporary patch: increment build number. sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post1/g' src/mlpack/bindings/python/setup.py.in rm -f src/mlpack/bindings/python/setup.py.in.bk # Apply patches. diff --git a/azure-pipelines-windows-steps.yml b/azure-pipelines-windows-steps.yml index e5bdae1..fe5227a 100644 --- a/azure-pipelines-windows-steps.yml +++ b/azure-pipelines-windows-steps.yml @@ -53,8 +53,6 @@ steps: git clone https://github.com/mlpack/mlpack cd mlpack git checkout $(MLPACK_VERSION) - - # Temporary patch: increment build number. sed -i.bk 's/${PACKAGE_VERSION}/${PACKAGE_VERSION}.post1/g' src/mlpack/bindings/python/setup.py.in rm -f src/mlpack/bindings/python/setup.py.in.bk # Apply patches.