Skip to content

Commit

Permalink
Delete old lockfiles
Browse files Browse the repository at this point in the history
Otherwise it will give an error that the artifacts already exist.
  • Loading branch information
maresb committed Dec 18, 2023
1 parent 870a44b commit d1b54b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Delete old lockfiles
run: |
rm -f conda/conda-lock-*.yaml
- name: Download all lockfiles
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit d1b54b5

Please sign in to comment.