From d537609a61693fca018718c8d1db9319c4220314 Mon Sep 17 00:00:00 2001 From: Ben Pedigo Date: Mon, 11 Dec 2023 18:19:58 -0800 Subject: [PATCH] do things tox --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 22ceb60..0c8c98d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -38,10 +38,10 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install poetry tox tox-gh-actions + pip install tox tox-gh-actions - name: test with tox - run: tox + run: tox -vvvv - name: list files run: ls -l .