-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
External dependencies management #6
Conversation
- name: Install external dependencies | ||
run: micromamba install -n build_env -y -f ./environment-dev.yml | ||
|
There was a problem hiding this comment.
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.
.github/workflows/osx.yml
Outdated
- name: Install external dependencies | ||
run: micromamba install -n build_env -y -f ./environment-dev.yml | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
.github/workflows/windows.yml
Outdated
- name: Install external dependencies | ||
run: micromamba install -n build_env -y -f ./environment-dev.yml | ||
|
There was a problem hiding this comment.
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 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this?
e6a69d9
to
1bf99a7
Compare
No description provided.