Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent 697c783 commit 2159bea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
shell: bash -el {0}
run: conda install conda-forge::assimp

- name: Install Assimp
- name: Conda infos
shell: bash -el {0}
run: |
echo "conda info"
conda info
echo CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH
echo "conda info --base"
conda info --base
echo "ls -l /Users/runner/miniconda3/envs/ci_macos_conda"
ls -l /Users/runner/miniconda3/envs/ci_macos_conda
- name: Get count of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
Expand Down

0 comments on commit 2159bea

Please sign in to comment.