Skip to content

Commit 498556e

Browse files
committed
Fix source distribution so it does not depend on eccodeslib
1 parent 28af586 commit 498556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
env_vars: |
2929
{
30-
"DEPEND_ON_ECCODESLIB": "1",
30+
"DEPEND_ON_ECCODESLIB": "1"
3131
}
3232
buildargs: --no-isolation
3333
testpypi: true

0 commit comments

Comments
 (0)