Skip to content

Commit 55906c4

Browse files
committed
|| true
1 parent 1145180 commit 55906c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Sync environment & install dev extras
3737
run: |
3838
uv sync --all-packages --all-extras --dev --all-groups
39-
uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev
40-
uv add twirp
39+
uv remove twirp@git+https://github.com/tbarbugli/twirpy --group dev || true
40+
uv add twirp || true
4141
4242
- name: Build core distributions
4343
run: |

0 commit comments

Comments
 (0)