Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erickisos committed Jan 30, 2022
1 parent 52a3a6e commit edac95c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
run: poetry update
run: poetry install -E all
- name: Run pip check
run: poetry run pip check
build-docs:
Expand Down
64 changes: 2 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ basepython = python3

[testenv]
deps =
.[all]
pytest
hypothesis
pytest-mock
Expand Down

0 comments on commit edac95c

Please sign in to comment.