Skip to content

Commit 00fa6fa

Browse files
committed
Fix 3.7 tests II
1 parent 2b110a9 commit 00fa6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
poetry self add "poetry-dynamic-versioning[plugin]"
7373
7474
- name: Run tests
75-
if: ${{ matrix.python-version !== '3.7' }}
75+
if: ${{ matrix.python-version != '3.7' }}
7676
run: |
7777
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml
7878

0 commit comments

Comments
 (0)