Skip to content

Commit 938bf65

Browse files
committed
Try with cache
1 parent 993523e commit 938bf65

10 files changed

+10
-0
lines changed

.github/workflows/benchmark.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v5
3838
with:
39+
enable-cache: true
3940
python-version: "3.11"
4041

4142
- name: Install ert with dev-deps

.github/workflows/build_and_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
- name: Install uv
168168
uses: astral-sh/setup-uv@v5
169169
with:
170+
enable-cache: true
170171
python-version: ${{ matrix.python-version }}
171172

172173
- name: Install ert

.github/workflows/codspeed.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v5
2828
with:
29+
enable-cache: true
2930
python-version: '3.12'
3031
- run: |
3132
uv sync --extra everest --group dev

.github/workflows/run_ert_test_data_setups.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Install uv
4646
uses: astral-sh/setup-uv@v5
4747
with:
48+
enable-cache: true
4849
python-version: ${{ matrix.python-version }}
4950

5051
- name: Install ERT and dependencies

.github/workflows/style.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
3737
with:
38+
enable-cache: true
3839
python-version: ${{ matrix.python-version }}
3940

4041
- name: Install ERT with style dependencies

.github/workflows/test_ert.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install uv
3434
uses: astral-sh/setup-uv@v5
3535
with:
36+
enable-cache: true
3637
python-version: ${{ inputs.python-version }}
3738

3839
- name: Install ert

.github/workflows/test_ert_with_slurm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v5
2828
with:
29+
enable-cache: true
2930
python-version: ${{ inputs.python-version }}
3031

3132
- name: Install ert

.github/workflows/test_everest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install uv
3434
uses: astral-sh/setup-uv@v5
3535
with:
36+
enable-cache: true
3637
python-version: ${{ inputs.python-version }}
3738

3839
- name: Install Everest and dependencies

.github/workflows/test_semeio.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v5
3838
with:
39+
enable-cache: true
3940
python-version: ${{ matrix.python-version }}
4041

4142
- name: Install ert

.github/workflows/typing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
3737
with:
38+
enable-cache: true
3839
python-version: ${{ matrix.python-version }}
3940

4041
- name: Install ERT and dependencies

0 commit comments

Comments
 (0)