We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f8033 commit fb18933Copy full SHA for fb18933
2 files changed
.github/CODEOWNERS
@@ -3,3 +3,8 @@
3
# Global owners
4
#
5
@xzhu0428
6
+@jiuguangw
7
+@fniroui
8
+@kuanfang
9
+@ThomasChen98
10
+@simon-lc
.github/workflows/test.yml
@@ -24,22 +24,21 @@ jobs:
24
fail-fast: false
25
steps:
26
- name: Checkout code
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Set up Python
30
uses: actions/setup-python@v6
31
with:
32
python-version: "3.10"
33
34
- name: Install pixi
35
- uses: prefix-dev/setup-pixi@v0.9.0
+ uses: prefix-dev/setup-pixi@v0.9.4
36
37
- pixi-version: v0.55.0
+ pixi-version: v0.62.2
38
cache: true
39
auth-host: prefix.dev
40
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
41
42
- name: Build
43
run: |
44
pixi install
45
- pixi install
0 commit comments