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 14daffc commit 91cdb70Copy full SHA for 91cdb70
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
- uses: actions/checkout@v4
85
86
- name: Setup pixi
87
- uses: prefix-dev/setup-pixi@v0.8.1
+ uses: prefix-dev/setup-pixi@v0.9.0
88
89
- name: Test all files
90
run: pixi run test
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
- name: Build static site
102
run: pixi run build
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
- name: Build jupyterlite site
114
run: pixi run build_wasm
0 commit comments