Skip to content

External dependencies management #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

Alex-PLACET
Copy link
Member

No description provided.

Comment on lines +31 to +33
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant and should be completely removed.

Comment on lines 31 to 33
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

Comment on lines 33 to 35
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

- name: Build sparrow-ipc
run: |
cmake -B build/ -G Ninja \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

@Alex-PLACET Alex-PLACET force-pushed the external_dependencies_management branch from e6a69d9 to 1bf99a7 Compare July 25, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants