Skip to content

Commit

Permalink
CI: Run cache after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 17, 2020
1 parent c1c7d6b commit 18be5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -31,7 +32,6 @@ jobs:
with:
python-version: 3.8
architecture: x64
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 18be5ac

Please sign in to comment.