Skip to content

Commit

Permalink
test alternative poetry installation in CI
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 210d41d commit 02caa9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
# with:
# poetry-version: ${{ env.POETRY_VERSION }}

# - name: Install dependencies
# run: poetry install --no-interaction --no-root
- name: Install Dependencies to run tox
run: >
which pip
pip install tox
- name: Run tox
run: poetry run tox -re mypy-${{ matrix.toxenv-factor }} -s false
Expand Down

0 comments on commit 02caa9e

Please sign in to comment.