Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b34150

Browse files
committed
Fix py 3.12 build IV
1 parent e8ab064 commit 6b34150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/adamtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
pip install --user --upgrade pip
5252
pip install --user pipx
5353
pipx ensurepath
54+
pip install setuptools
5455
pipx install poetry==1.4.2
5556
poetry config virtualenvs.in-project true
5657
poetry install --with dev
5758
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
5859
5960
- name: Run tests
6061
run: |
61-
pip install setuptools
6262
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml

0 commit comments

Comments
 (0)