From d58f22a5e18a8ac6f470d5f7ceac541029956b22 Mon Sep 17 00:00:00 2001 From: thorbjoernl <51087536+thorbjoernl@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:36:38 +0200 Subject: [PATCH] . --- .github/workflows/ci_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index dbc1c57..49ff7e4 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -29,6 +29,7 @@ jobs: run: | python -m pip install --upgrade pip pip install tox + tox -e py --notest - name: Test with tox run: | tox