Skip to content

Commit f0ce744

Browse files
committed
Replace poe tasks
1 parent 01ec3e4 commit f0ce744

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,19 @@ jobs:
6161
pip install --user pipx
6262
pipx ensurepath
6363
pipx install poetry==1.4.2
64-
pipx install poethepoet==0.19.0
6564
poetry config virtualenvs.in-project true
6665
poetry install --with dev
6766
6867
- name: Run tests
6968
run: |
70-
poetry run poe test
69+
poetry run pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml
7170
# bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash
7271

7372
- name: Run lint
7473
run: |
75-
poetry run poe lint:install
76-
poetry run poe lint
74+
poetry run pre-commit run --all-files
7775
# bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash
7876

7977
- if: ${{ matrix.python-version == '3.10' }}
8078
name: Upload coverage
8179
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
82-
83-
84-
# - if: ${{ matrix.python-version == '3.10' }}
85-
# name: Build documentation
86-
# run: |
87-
# pipx install sphinx && pipx inject sphinx pyjwt cryptography sphinx-mdinclude sphinx-rtd-theme sphinx-autodoc-typehints && sphinx-build ./docs/source ./docs/build --keep-going -n -a -b html

0 commit comments

Comments
 (0)