diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a33c52..da47e0d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Run saftey run: poetry run safety check -i 70612 # ignore Jinja2 vuln as the templates are sandboxed - name: Run tox - run: bash scripts/coverage.sh + run: poetry run tox - name: Codecov coverage uses: codecov/codecov-action@v3