8000
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/generate-conda-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
cat ./generated_recipes/*/recipe.yaml
cat ./generated_recipes/*/build.bat
cat ./generated_recipes/*/build.sh
# Temporarly avoid building the robot-log-visualizer recipe until https://github.com/ami-iit/robot-log-visualizer/issues/115 is fixed
rm -rf ./generated_recipes/robot-log-visualizer
rattler-build build --recipe-dir ./generated_recipes -m ${CONDA_PREFIX}/conda_build_config.yaml -m ${GITHUB_WORKSPACE}/conda/conda_build_config.yml

- name: Build robotology-distro conda metapackage (if necessary)
Expand Down
Loading
0