Skip to content

Commit

Permalink
Put caching lines in correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 20, 2023
1 parent b328fb2 commit b392bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
cache: "pip"
cache-dependency-path: "setup.cfg"

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: "pip"
cache-dependency-path: "setup.cfg"

- name: Install dependencies
run: |
Expand Down

0 comments on commit b392bd3

Please sign in to comment.