Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Sep 6, 2022
1 parent 8eb8704 commit 95a864a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python.yml
Expand Up @@ -92,16 +92,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

# - name: Install poetry
# # see https://github.com/marketplace/actions/setup-poetry
# uses: Gr1N/setup-poetry@v7
# with:
# poetry-version: ${{ env.POETRY_VERSION }}

- name: Install Dependencies to run tox
run: >
poetry config --list &&
poetry install --no-interaction --no-root
run: poetry install --no-interaction --no-root

- name: Run tox
run: poetry run tox -re mypy-${{ matrix.toxenv-factor }} -s false
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -38,7 +38,6 @@ skip_install = true
allowlist_externals = poetry
commands_pre =
{envpython} --version
poetry config --list
poetry install --no-root -v
lowest: poetry run pip install -U -r requirements.lowest.txt
poetry run pip freeze
Expand Down

0 comments on commit 95a864a

Please sign in to comment.