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 e7ce550 commit d7e5307Copy full SHA for d7e5307
.github/workflows/pixi-lock.yml
@@ -1,7 +1,5 @@
1
on:
2
- pull_request_target:
3
- paths:
4
- - pyproject.toml
+ pull_request_target
5
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
@@ -46,8 +44,9 @@ jobs:
46
44
- name: Install the latest version of uv
47
45
uses: astral-sh/setup-uv@v7
48
- name: Update lockfile
49
- run: |
50
- uvx datalad run -i pixi.lock -i pyproject.toml -o pixi.lock -- pixi lock
+ run: >
+ uvx datalad run -i pixi.lock -i pyproject.toml -o pixi.lock --
+ bash -c '! pixi lock --check || git checkout .'
51
- name: Push updated lockfile, if needed
52
run: |
53
git push $REMOTE HEAD:$BRANCH
0 commit comments