Skip to content

Commit

Permalink
Fix py 3.12 build IV
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent e8ab064 commit 6b34150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adamtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
pip install --user --upgrade pip
pip install --user pipx
pipx ensurepath
pip install setuptools
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
- name: Run tests
run: |
pip install setuptools
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml

0 comments on commit 6b34150

Please sign in to comment.