Skip to content

Commit

Permalink
Merge 994c6cb into 904a72a
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Apr 19, 2020
2 parents 904a72a + 994c6cb commit bd9d1bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code.yaml
Expand Up @@ -30,14 +30,14 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v1
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
path: ~/.cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
${{ runner.os }}-pip-
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry run pip install --upgrade pip
python -m poetry install
- name: Install Django specific version ${{ matrix.django-version }}
run: |
Expand Down

0 comments on commit bd9d1bf

Please sign in to comment.