Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: output lockfile
uses: actions/upload-artifact@v4
with:
name: lock-artifacts-${{matrix.python}}
path: ${{matrix.python}}-linux-64.lock

create_pr:
Expand All @@ -69,14 +70,9 @@ jobs:
- name: get artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
path: ${{ github.workspace }}/requirements/locks
merge-multiple: true

- name: Update lock files in repo
run: |
cp artifacts/artifact/*.lock requirements/locks
rm -r artifacts

- name: "Generate token"
uses: tibdex/github-app-token@v2
id: generate-token
Expand Down