We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b110a9 commit 00fa6faCopy full SHA for 00fa6fa
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
poetry self add "poetry-dynamic-versioning[plugin]"
73
74
- name: Run tests
75
- if: ${{ matrix.python-version !== '3.7' }}
+ if: ${{ matrix.python-version != '3.7' }}
76
run: |
77
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml
78
0 commit comments