Skip to content

Commit

Permalink
WIP7
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent a3cf6cf commit 49e4e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
conda info
echo "conda info --base"
conda info --base
echo "find . | grep cmake"
find . | grep cmake
echo "find $CONDA/envs/ci_macos_conda | grep cmake"
find $CONDA/envs/ci_macos_conda | grep cmake
- name: Get count of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
Expand Down

0 comments on commit 49e4e3b

Please sign in to comment.