diff --git a/.github/workflows/ci_macos_conda.yml b/.github/workflows/ci_macos_conda.yml index 59be092f..b100c1a2 100644 --- a/.github/workflows/ci_macos_conda.yml +++ b/.github/workflows/ci_macos_conda.yml @@ -33,6 +33,12 @@ jobs: shell: bash -el {0} run: conda install conda-forge::assimp + - name: Install Assimp + shell: bash -el {0} + run: | + conda info + echo CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH + - name: Get count of CPU cores uses: SimenB/github-actions-cpu-cores@v1 id: cpu-cores