Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
# Pixi is the tool used to create/manage conda environment
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.4.1
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.16.1
pixi-version: v0.40.3
- name: Build
run: pixi run build
- name: Run tests
Expand Down
2 changes: 0 additions & 2 deletions cmake/FindZeroMQ.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ else (ZeroMQ_LIBRARIES AND ZeroMQ_INCLUDE_DIRS)
find_path(ZeroMQ_INCLUDE_DIR
NAMES
zmq.h
HINTS
"$ENV{CONDA_PREFIX}/include"
PATHS
/usr/include
/usr/local/include
Expand Down
Loading
Loading