From f40ab53fd49e3d7c41911100832f487edc87a806 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 15 Jun 2021 00:53:27 +0300 Subject: [PATCH] Oops. Finally remove redis tests for windows --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5fe3f6a..38066ebe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: # Redis can't be used on GitHub Windows Runners if: ${{ matrix.os == 'windows-latest' }} run: | - poetry run pytest --cov=aiogram --cov-config .coveragerc --cov-report=xml --redis + poetry run pytest --cov=aiogram --cov-config .coveragerc --cov-report=xml - uses: codecov/codecov-action@v1 with: