Skip to content

Commit da78992

Browse files
Update release workflow (#767)
1 parent 0315547 commit da78992

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
- name: Build
2929
run: |
30-
poetry lock --no-update
3130
poetry install
3231
poetry build
3332

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

4848
- name: Build
4949
run: |
50-
poetry lock --no-update
5150
poetry install
5251
poetry build
5352

0 commit comments

Comments
 (0)