Skip to content

Commit 494dcc2

Browse files
committed
fix pixi version
1 parent 1e7af28 commit 494dcc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Pixi
4343
uses: prefix-dev/setup-pixi@v0.9.3
4444
with:
45-
pixi-version: v0.59.0
45+
pixi-version: v0.61.0
4646
environments: develop
4747
activate-environment: true
4848
cache: true

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ cmd = "cmake --build build"
6565
[feature.develop.tasks]
6666
unit-test = './build/bin/unit_tests --test-dir="./tests/data"'
6767
integration-test = 'pytest -s --log-cli-level=INFO tests/integration --executable=./build/bin/clice{% if pixi.is_win %}.exe{% endif %}'
68+
ci-check = "pre-commit run --all-files"
6869

6970
[tasks.ci-cmake-build]
7071
args = ["build_type"]

0 commit comments

Comments
 (0)