Skip to content

Commit

Permalink
Fix py 3.12 build III
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent 8949844 commit e8ab064
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 @@ -50,7 +50,6 @@ jobs:
run: |
pip install --user --upgrade pip
pip install --user pipx
pip install --user setuptools
pipx ensurepath
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
Expand All @@ -59,4 +58,5 @@ jobs:
- 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 e8ab064

Please sign in to comment.