Skip to content

Commit

Permalink
Cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 14, 2023
1 parent 469d956 commit 8afa42d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
allow-prereleases: true
cache: pip

- name: Setup Python ${{ matrix.python-version }} (nightly)
if: "${{ matrix.nightly }}"
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
python-version: 3.12
architecture: x64
allow-prereleases: true
cache: pip

- name: Install tools
uses: ./.github/actions/install-tools
Expand Down Expand Up @@ -274,6 +276,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
allow-prereleases: true
cache: pip

- name: Install tools
uses: ./.github/actions/install-tools
Expand Down Expand Up @@ -340,6 +343,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip

- name: Install tools
uses: ./.github/actions/install-tools
Expand Down

0 comments on commit 8afa42d

Please sign in to comment.