Skip to content

Commit 2fa2db5

Browse files
committed
fix build setup
Signed-off-by: gruebel <[email protected]>
1 parent 77fc134 commit 2fa2db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
providers/openfeature-provider-env-var:
3939
- 'providers/openfeature-provider-env-var/**'
4040
providers/providers/openfeature-provider-flagd:
41-
- 'providers/providers/openfeature-provider-flagd/**'
41+
- 'providers/openfeature-provider-flagd/**'
4242
providers/openfeature-provider-flipt:
4343
- 'providers/openfeature-provider-flipt/**'
4444
providers/openfeature-provider-ofrep:
@@ -97,6 +97,7 @@ jobs:
9797
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
9898
with:
9999
python-version: "3.13"
100+
enable-cache: false # caching is done automatically in `pre-commit/action`
100101

101102
- name: Run pre-commit
102103
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

0 commit comments

Comments
 (0)