Skip to content

Commit 5c87194

Browse files
committed
chore: use existing submodule version for e2e tests
Signed-off-by: Michael Beemer <[email protected]>
1 parent 2951eb2 commit 5c87194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cov = [
4848
"cov-report",
4949
]
5050
e2e = [
51-
"git submodule add --force https://github.com/open-feature/spec.git spec",
51+
"git submodule update --init --recursive",
5252
"cp spec/specification/assets/gherkin/* tests/features/",
5353
"behave tests/features/",
5454
"rm tests/features/*.feature",

0 commit comments

Comments
 (0)