From 7c22eca44f5458dbee097141884410c6936bf5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20G=C3=B3mez=20Mac=C3=ADas?= Date: Mon, 10 Jun 2024 12:27:49 +0200 Subject: [PATCH] fix ci --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 58f266f..1642c05 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pylint aiohttp pytest_httpserver pytest_asyncio + pip install pytest pylint aiohttp pytest_httpserver pytest_asyncio flask - name: Lint run: | pylint --rcfile pylintrc vt/ tests examples/