diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 3076455a3..174abdd58 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -29,15 +29,14 @@ jobs: #---------------------------------------------- # install pipenv #---------------------------------------------- - - name: Install dependencies - run: | - python -m pip install --upgrade pipenv + - name: Install pipenv + uses: dschep/install-pipenv-action@v1 #---------------------------------------------- # load cached pipenv if cache exists #---------------------------------------------- - name: Load cached venv - id: cached-poetry-dependencies + id: cached-pipenv-dependencies uses: actions/cache@v2 with: path: ~/.local/share/virtualenvs