Skip to content

Commit

Permalink
Fix indentation in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed Apr 5, 2022
1 parent d0f2858 commit 5ef340c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
version: '3.19.4'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Poetry cache for Python dependencies
uses: actions/cache@v2
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: ${{ runner.os }}-poetry-
uses: actions/cache@v2
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: ${{ runner.os }}-poetry-
- name: Install dependencies
run: make install
- name: Run build, style, and lint checks
Expand Down

0 comments on commit 5ef340c

Please sign in to comment.