Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Mar 6, 2021
1 parent 5084967 commit 4d4249c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest:
- os: ubuntu-latest
path: ~/.cache/pip
- os: macos-latest:
- os: macos-latest
path: ~/Library/Caches/pip
- os: windows-latest:
- os: windows-latest
path: ~\AppData\Local\pip\Cache
python-version: [3.6, 3.9]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4d4249c

Please sign in to comment.