Skip to content

Commit

Permalink
Inspect conda environment before compiling the project
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jul 28, 2021
1 parent 47e19da commit b4ce5a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
-DSCENARIO_USE_IGNITION:BOOL=ON \
-DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX}
- name: Mamba list
run: mamba list

- name: Configure [windows]
if: contains(matrix.os, 'windows')
run: |
Expand Down

0 comments on commit b4ce5a2

Please sign in to comment.