Skip to content

Commit 5ce0ec0

Browse files
authored
Update pixi (#19)
* Some updated from rerun_template * Update pixi.lock * smaller pixi.lock changes * Update pixi on CI * Update to pixi 0.42.1
1 parent c85c09c commit 5ce0ec0

File tree

5 files changed

+911
-2566
lines changed

5 files changed

+911
-2566
lines changed

.github/workflows/cpp.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Copied from https://github.com/rerun-io/rerun_template
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- "main"
6+
pull_request:
7+
types: [ opened, synchronize ]
38

49
name: C++
510

@@ -10,9 +15,9 @@ jobs:
1015
steps:
1116
- uses: actions/checkout@v4
1217

13-
- uses: prefix-dev/[email protected].0
18+
- uses: prefix-dev/[email protected].1
1419
with:
15-
pixi-version: v0.26.1
20+
pixi-version: v0.42.1
1621
cache: true
1722

1823
- run: pixi run build

.github/workflows/links.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Copied from https://github.com/rerun-io/rerun_template
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- "main"
6+
pull_request:
7+
types: [ opened, synchronize ]
38

49
name: Link checker
510

0 commit comments

Comments
 (0)