Skip to content

Commit d1b54b5

Browse files
committed
Delete old lockfiles
Otherwise it will give an error that the artifacts already exist.
1 parent 870a44b commit d1b54b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-lockfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
steps:
4848
- name: Checkout repo
4949
uses: actions/checkout@v4
50+
- name: Delete old lockfiles
51+
run: |
52+
rm -f conda/conda-lock-*.yaml
5053
- name: Download all lockfiles
5154
uses: actions/download-artifact@v2
5255
with:

0 commit comments

Comments
 (0)