Skip to content

Commit fb18933

Browse files
committed
Refresh CI and token
1 parent 27f8033 commit fb18933

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
# Global owners
44
#
55
@xzhu0428
6+
@jiuguangw
7+
@fniroui
8+
@kuanfang
9+
@ThomasChen98
10+
@simon-lc

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,21 @@ jobs:
2424
fail-fast: false
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.10"
3333

3434
- name: Install pixi
35-
uses: prefix-dev/setup-pixi@v0.9.0
35+
uses: prefix-dev/setup-pixi@v0.9.4
3636
with:
37-
pixi-version: v0.55.0
37+
pixi-version: v0.62.2
3838
cache: true
3939
auth-host: prefix.dev
4040
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
4141

4242
- name: Build
4343
run: |
4444
pixi install
45-
pixi install

0 commit comments

Comments
 (0)