File tree 2 files changed +2
-30
lines changed
2 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 11
11
max-parallel : 3
12
12
matrix :
13
13
os : [ubuntu-latest]
14
- python-version : ['3.10']
15
- include :
16
- - os : ubuntu-latest
17
- python-version : 3.9
14
+ python-version : ['3.9']
18
15
env :
19
16
OS : ${{ matrix.os }}
20
17
PYTHON : ' 3.9'
24
21
uses : actions/setup-python@v4
25
22
with :
26
23
python-version : 3.9
27
- - name : checkout mlclouds
28
- uses : actions/checkout@v2
29
- with :
30
- repository : nrel/mlclouds
31
- ssh-key : ${{ secrets.SSH_KEY }}
32
- path : mlclouds
33
24
- name : checkout rest2
34
25
uses : actions/checkout@v2
35
26
with :
47
38
run : |
48
39
conda install pip
49
40
pip install -e .
50
- - name : Install mlclouds dependencies
51
- working-directory : ./mlclouds
52
- shell : bash -l {0}
53
- run : |
54
- pip install -e .
55
41
- name : Install codecov dependencies
56
42
run : |
57
43
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -11,22 +11,13 @@ jobs:
11
11
max-parallel : 3
12
12
matrix :
13
13
os : [ubuntu-latest]
14
- python-version : ['3.10']
15
- include :
16
- - os : ubuntu-latest
17
- python-version : 3.9
14
+ python-version : ['3.9']
18
15
steps :
19
16
- uses : actions/checkout@v3
20
17
- name : select python version
21
18
uses : actions/setup-python@v4
22
19
with :
23
20
python-version : 3.9
24
- - name : checkout mlclouds
25
- uses : actions/checkout@v2
26
- with :
27
- repository : nrel/mlclouds
28
- ssh-key : ${{ secrets.SSH_KEY }}
29
- path : mlclouds
30
21
- name : checkout rest2
31
22
uses : actions/checkout@v2
32
23
with :
44
35
run : |
45
36
conda install pip
46
37
pip install -e .
47
- - name : Install mlclouds dependencies
48
- working-directory : ./mlclouds
49
- shell : bash -l {0}
50
- run : |
51
- pip install -e .
52
38
- name : install sphinx dependencies
53
39
run : |
54
40
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments