Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiNA committed Dec 10, 2024
1 parent 118c863 commit 7ea7790
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/manylinux2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,15 @@ 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: |
cp integration/python/otterbrix/setup.py .
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 )")
Expand Down

0 comments on commit 7ea7790

Please sign in to comment.