Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ab064 commit 6b34150Copy full SHA for 6b34150
.github/workflows/adamtest.yml
@@ -51,12 +51,12 @@ jobs:
51
pip install --user --upgrade pip
52
pip install --user pipx
53
pipx ensurepath
54
+ pip install setuptools
55
pipx install poetry==1.4.2
56
poetry config virtualenvs.in-project true
57
poetry install --with dev
58
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
59
60
- name: Run tests
61
run: |
- pip install setuptools
62
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml
0 commit comments