Skip to content

Commit c244e1d

Browse files
committed
build(fix): could not build
1 parent 1c63572 commit c244e1d

File tree

2 files changed

+140
-125
lines changed

2 files changed

+140
-125
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
path: .venv
3939
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
4040
- name: Install dependencies
41-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4241
run: poetry install
4342

4443
- name: Build

0 commit comments

Comments
 (0)