Skip to content

Commit 261810c

Browse files
committed
Update usage
1 parent 5f4c064 commit 261810c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- run:
1616
name: Install CI dependencies
17-
command: python -m pip install -r requirements.txt
17+
command: pixi install
1818

1919
- restore_cache:
2020
keys:
@@ -28,13 +28,13 @@ jobs:
2828
- save_cache:
2929
key: jupyter_ch
3030
paths:
31-
- _build/.jupyter_cache
31+
- build/.jupyter_cache
3232

3333
- store_artifacts:
34-
path: _build/html
34+
path: build/html
3535

3636
- persist_to_workspace:
37-
root: _build
37+
root: build
3838
paths:
3939
- html
4040

0 commit comments

Comments
 (0)