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