Skip to content

Commit 84a7456

Browse files
authored
Merge pull request #23 from ethpandaops/pk910/fix-egg-release
use fixed egg release for now
2 parents 2d07c23 + ff75bfc commit 84a7456

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_shared-run-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
kurtosis_branch:
4747
type: string
4848
description: "The branch name for the kurtosis ethereum package to use (default: )."
49-
default: "5.0.1"
49+
default: ""
5050
assertoor_tests:
5151
type: string
5252
description: "The list of assertoor test files to run."

tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tests:
77
name: "Test latest clients"
88
clients: clients/latest-stable.yaml
99
kurtosis: kurtosis-config/default.yaml
10-
kurtosis_branch: main
10+
kurtosis_branch: "5.0.1"
1111
worker: [self-hosted-ghr-size-l-x64]
1212
backend: docker
1313
clientPairs:

0 commit comments

Comments
 (0)