From 7ea7790fc69614d7f3279902dc4c023c52772b81 Mon Sep 17 00:00:00 2001 From: "sergei.nikitin" Date: Tue, 10 Dec 2024 04:31:14 +0300 Subject: [PATCH] wip --- .github/workflows/manylinux2014.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/manylinux2014.yml b/.github/workflows/manylinux2014.yml index 688c5a47..bd8cb43e 100644 --- a/.github/workflows/manylinux2014.yml +++ b/.github/workflows/manylinux2014.yml @@ -75,10 +75,7 @@ jobs: pwd ls conan install conanfile.txt --build missing \ - --build fmt \ - --build spdlog \ -s build_type=Release \ - -g CMakeDeps -g CMakeToolchain - name: Build wheel run: | @@ -86,7 +83,7 @@ jobs: cp integration/python/otterbrix/pyproject.toml . cp integration/python/otterbrix/get_path.py . touch MANIFEST.in - + python3 -m pip install wheel setuptools scikit-build==0.16.6 pytest==6.2.5 mkdir -p $(echo "./$(python3 get_path.py )") conan install conanfile.txt --build missing -s build_type=Release -g CMakeDeps -g CMakeToolchain -if=$(echo "./$(python3 get_path.py )")