Skip to content

Commit e7fa8cd

Browse files
committed
fix release pipeline
1 parent eb42beb commit e7fa8cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
-W ignore::DeprecationWarning:celery.utils.imports
2121
-W ignore::DeprecationWarning:kombu.transport.redis
2222
-W ignore::pydantic.warnings.PydanticDeprecatedSince20
23-
-W ignore::RuntimeWarning:networkx.utils.backends
23+
-W "ignore:Field name \"pk\" in \"EmbeddedJsonModel\" shadows an attribute in parent \"JsonModel\":UserWarning"
24+
${{ matrix.extra-pytest-warnings }}
2425
2526
# Publish package to TestPyPI
2627
publish-testpypi:

0 commit comments

Comments
 (0)