From 0a639a3d24cf963e1660e9c690d940efb0e9d4ef Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Tue, 26 Jul 2022 12:14:00 +0200 Subject: [PATCH] ci: fix --- .github/workflows/macos-linux-conda.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index 5b4d313a..8a1d3763 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -54,15 +54,15 @@ jobs: make install - name: Configure hpp-fcl - shell: bash -l {0} - run: | - conda activate eigenpy - conda install -c conda-forge octomap assimp qhull + shell: bash -l {0} + run: | + conda activate eigenpy + conda install -c conda-forge octomap assimp qhull - git clone https://github.com/humanoid-path-planner/hpp-fcl.git --recursive - cd hpp-fcl - mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) + git clone https://github.com/humanoid-path-planner/hpp-fcl.git --recursive + cd hpp-fcl + mkdir build && cd build + cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) - name: Uninstall EigenPy shell: bash -l {0} -- GitLab