Skip to content

Commit

Permalink
Fix Pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Jan 18, 2022
1 parent 233210b commit 3398fc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip build twine
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -112,6 +115,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -142,6 +146,7 @@ jobs:
with:
python-version: 3.9
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip build
Expand Down Expand Up @@ -172,6 +177,7 @@ jobs:
with:
python-version: 3.9
cache: pip
cache-dependency-path: setup.cfg
- name: "🧰 Install dependencies"
run: |
python -m pip install --upgrade pip build
Expand Down

0 comments on commit 3398fc9

Please sign in to comment.