We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7af28 commit 494dcc2Copy full SHA for 494dcc2
.github/workflows/cmake.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Pixi
43
uses: prefix-dev/setup-pixi@v0.9.3
44
with:
45
- pixi-version: v0.59.0
+ pixi-version: v0.61.0
46
environments: develop
47
activate-environment: true
48
cache: true
pixi.toml
@@ -65,6 +65,7 @@ cmd = "cmake --build build"
65
[feature.develop.tasks]
66
unit-test = './build/bin/unit_tests --test-dir="./tests/data"'
67
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"
69
70
[tasks.ci-cmake-build]
71
args = ["build_type"]
0 commit comments