Skip to content

Commit be2fd12

Browse files
authored
Add pixi step to the update workflow (#7608)
* Add pixi step to the update workflow * Update upgrade-jupyterlab-dependencies.yml
1 parent 326991f commit be2fd12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/upgrade-jupyterlab-dependencies.yml

+8
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
7979
jlpm
8080
jlpm deduplicate
8181
fi
82+
- uses: prefix-dev/[email protected]
83+
with:
84+
pixi-version: v0.41.4
85+
manifest-path: pyproject.toml
86+
locked: false
87+
88+
- name: Update pixi.lock
89+
run: pixi install
8290

8391
- name: Create a PR
8492
env:

0 commit comments

Comments
 (0)