Add pixi step to the update workflow (#7608)

* Add pixi step to the update workflow

* Update upgrade-jupyterlab-dependencies.yml
Jeremy Tuloup 1 year ago committed by GitHub
parent 326991fee9
commit be2fd12f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,6 +79,14 @@ jobs:
jlpm
jlpm deduplicate
fi
- uses: prefix-dev/setup-pixi@v0.8.3
with:
pixi-version: v0.41.4
manifest-path: pyproject.toml
locked: false
- name: Update pixi.lock
run: pixi install
- name: Create a PR
env:

Loading…
Cancel
Save