We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1704002 commit b5d4f32Copy full SHA for b5d4f32
.github/workflows/base.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - "*"
+ - "**"
5
6
jobs:
7
test:
tests/test_config.py
@@ -2,7 +2,7 @@
from pydeequ.configs import _extract_major_minor_versions
-@pytest.parametrize(
+@pytest.mark.parametrize(
"full_version, major_minor_version",
[
8
("3.2.1", "3.2"),
0 commit comments