File tree 10 files changed +10
-0
lines changed
10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 36
36
- name : Install uv
37
37
uses : astral-sh/setup-uv@v5
38
38
with :
39
+ enable-cache : true
39
40
python-version : " 3.11"
40
41
41
42
- name : Install ert with dev-deps
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167
167
- name : Install uv
168
168
uses : astral-sh/setup-uv@v5
169
169
with :
170
+ enable-cache : true
170
171
python-version : ${{ matrix.python-version }}
171
172
172
173
- name : Install ert
Original file line number Diff line number Diff line change 26
26
- name : Install uv
27
27
uses : astral-sh/setup-uv@v5
28
28
with :
29
+ enable-cache : true
29
30
python-version : ' 3.12'
30
31
- run : |
31
32
uv sync --extra everest --group dev
Original file line number Diff line number Diff line change 45
45
- name : Install uv
46
46
uses : astral-sh/setup-uv@v5
47
47
with :
48
+ enable-cache : true
48
49
python-version : ${{ matrix.python-version }}
49
50
50
51
- name : Install ERT and dependencies
Original file line number Diff line number Diff line change 35
35
- name : Install uv
36
36
uses : astral-sh/setup-uv@v5
37
37
with :
38
+ enable-cache : true
38
39
python-version : ${{ matrix.python-version }}
39
40
40
41
- name : Install ERT with style dependencies
Original file line number Diff line number Diff line change 33
33
- name : Install uv
34
34
uses : astral-sh/setup-uv@v5
35
35
with :
36
+ enable-cache : true
36
37
python-version : ${{ inputs.python-version }}
37
38
38
39
- name : Install ert
Original file line number Diff line number Diff line change 26
26
- name : Install uv
27
27
uses : astral-sh/setup-uv@v5
28
28
with :
29
+ enable-cache : true
29
30
python-version : ${{ inputs.python-version }}
30
31
31
32
- name : Install ert
Original file line number Diff line number Diff line change 33
33
- name : Install uv
34
34
uses : astral-sh/setup-uv@v5
35
35
with :
36
+ enable-cache : true
36
37
python-version : ${{ inputs.python-version }}
37
38
38
39
- name : Install Everest and dependencies
Original file line number Diff line number Diff line change 36
36
- name : Install uv
37
37
uses : astral-sh/setup-uv@v5
38
38
with :
39
+ enable-cache : true
39
40
python-version : ${{ matrix.python-version }}
40
41
41
42
- name : Install ert
Original file line number Diff line number Diff line change 35
35
- name : Install uv
36
36
uses : astral-sh/setup-uv@v5
37
37
with :
38
+ enable-cache : true
38
39
python-version : ${{ matrix.python-version }}
39
40
40
41
- name : Install ERT and dependencies
You can’t perform that action at this time.
0 commit comments