Skip to content

Commit

Permalink
chore: add cache to setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Jan 18, 2024
1 parent 8636127 commit 8732126
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.9"
cache: poetry

- name: Install dependencies
id: install-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_timing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
id: setup-python
with:
python-version: 3.8
cache: poetry

- name: Install dependencies
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cifar_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.8"
cache: poetry

- name: Install dependencies
id: install-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python_version }}
cache: poetry

- name: Check python3 version
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.8'
cache: poetry

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/refresh-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.8'
cache: poetry

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/refresh-one-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.8'
cache: poetry

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/single_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.9"
cache: poetry

- name: Install dependencies
id: install-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.8'
cache: poetry

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly-pip-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.8'
cache: poetry

- name: Check python3 version
env:
Expand Down

0 comments on commit 8732126

Please sign in to comment.