Skip to content

Commit

Permalink
ci: cache pip wheels (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Dec 20, 2023
1 parent 996be64 commit cf08f4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'

- name: Install dependencies
run: python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit cf08f4f

Please sign in to comment.