Skip to content

Commit

Permalink
Fix 3.7 tests II
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Nov 22, 2023
1 parent 2b110a9 commit 00fa6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Run tests
if: ${{ matrix.python-version !== '3.7' }}
if: ${{ matrix.python-version != '3.7' }}
run: |
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml
Expand Down

0 comments on commit 00fa6fa

Please sign in to comment.