File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
COV : --cov=openff/toolkit/ --cov-append --cov-report=xml
43
43
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
with :
47
47
fetch-depth : 0
48
48
Original file line number Diff line number Diff line change 27
27
PYTEST_ARGS : -r fE --tb=short -nauto
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
Original file line number Diff line number Diff line change 32
32
PACKAGE : openff-toolkit
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
37
37
- name : Vanilla install from conda
38
38
uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 39
39
NB_ARGS : --nbval-lax --dist loadscope --ignore=examples/deprecated
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
with :
44
44
fetch-depth : 0
45
45
Original file line number Diff line number Diff line change 20
20
PYVER : ${{ matrix.python-version }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- name : Install conda environment
26
26
uses : mamba-org/setup-micromamba@v1
You can’t perform that action at this time.
0 commit comments