From 6763b9494d5a127ecdc63eea0fecd7f71d7f8998 Mon Sep 17 00:00:00 2001 From: Victor Ruiz Date: Thu, 4 Apr 2024 12:17:27 +0200 Subject: [PATCH] Fix tox tests configuration --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a070534..1a37dd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,5 @@ jobs: run: | python -m pip install --upgrade pip pip install tox codecov - - name: Run base tests - run: tox -e base - - name: Run all test + - name: Run tests run: tox -e ${{ matrix.tox || 'py' }}