From 40d5ad935acf71a4bb2943230f9ed15dfa1f03c8 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Sun, 3 Apr 2022 20:36:55 +0200 Subject: [PATCH] Remove requests package from tests --- .github/workflows/e2e-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 97d1147f..f960fa62 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -52,7 +52,7 @@ jobs: - name: Install dependencies run: | cd __tests__/data - pipenv install requests + pipenv install python-poetry-dependencies-caching: name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) @@ -116,4 +116,4 @@ jobs: - name: Install dependencies run: | cd __tests__/data - pipenv install requests \ No newline at end of file + pipenv install \ No newline at end of file