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 5f4c064 commit 261810cCopy full SHA for 261810c
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- run:
16
name: Install CI dependencies
17
- command: python -m pip install -r requirements.txt
+ command: pixi install
18
19
- restore_cache:
20
keys:
@@ -28,13 +28,13 @@ jobs:
28
- save_cache:
29
key: jupyter_ch
30
paths:
31
- - _build/.jupyter_cache
+ - build/.jupyter_cache
32
33
- store_artifacts:
34
- path: _build/html
+ path: build/html
35
36
- persist_to_workspace:
37
- root: _build
+ root: build
38
39
- html
40
0 commit comments