Skip to content

Commit 5937e28

Browse files
authored
chore: Remove helm from examples validation (#964)
* chore: Remove helm from examples validation Signed-off-by: Albert Callarisa <albert@diagrid.io> * Fix CI Signed-off-by: Albert Callarisa <albert@diagrid.io> --------- Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent d2c7c50 commit 5937e28

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/validate_examples.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
with:
6565
repository: ${{ env.CHECKOUT_REPO }}
6666
ref: ${{ env.CHECKOUT_REF }}
67-
- uses: azure/setup-helm@v4
6867
- name: Determine latest Dapr Runtime version (including prerelease)
6968
env:
7069
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

ext/dapr-ext-grpc/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
2727
dapr >= 1.17.0.dev
28-
cloudevents >= 1.0.0
28+
cloudevents >= 1.0.0, < 2.0.0
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)