Skip to content

Commit

Permalink
Merge 50b49c5 into 8aa6c86
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Jan 3, 2022
2 parents 8aa6c86 + 50b49c5 commit a01ff0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ jobs:
id: cache-pipenv
uses: actions/cache@v2
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}-v1
path: .venv
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}-v2
- name: Install Pip dependencies
if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: pipenv install --dev
env:
PIPENV_VENV_IN_PROJECT: 1

- name: Build
run: pipenv run make
Expand Down

0 comments on commit a01ff0c

Please sign in to comment.