diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 237577b6..97d1147f 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -50,7 +50,9 @@ jobs: - name: Install pipenv run: pipx install pipenv - name: Install dependencies - run: pipenv install requests + run: | + cd __tests__/data + pipenv install requests python-poetry-dependencies-caching: name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) @@ -112,4 +114,6 @@ jobs: - name: Install pipenv run: pipx install pipenv - name: Install dependencies - run: pipenv install numpy \ No newline at end of file + run: | + cd __tests__/data + pipenv install requests \ No newline at end of file