Skip to content

Commit 342ac23

Browse files
committed
workflow updates
1 parent 384f02a commit 342ac23

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

.github/workflows/codecov.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
max-parallel: 3
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ['3.10']
15-
include:
16-
- os: ubuntu-latest
17-
python-version: 3.9
14+
python-version: ['3.9']
1815
env:
1916
OS: ${{ matrix.os }}
2017
PYTHON: '3.9'
@@ -24,12 +21,6 @@ jobs:
2421
uses: actions/setup-python@v4
2522
with:
2623
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
3324
- name: checkout rest2
3425
uses: actions/checkout@v2
3526
with:
@@ -47,11 +38,6 @@ jobs:
4738
run: |
4839
conda install pip
4940
pip install -e .
50-
- name: Install mlclouds dependencies
51-
working-directory: ./mlclouds
52-
shell: bash -l {0}
53-
run: |
54-
pip install -e .
5541
- name: Install codecov dependencies
5642
run: |
5743
python -m pip install --upgrade pip

.github/workflows/gh_pages.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,13 @@ jobs:
1111
max-parallel: 3
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ['3.10']
15-
include:
16-
- os: ubuntu-latest
17-
python-version: 3.9
14+
python-version: ['3.9']
1815
steps:
1916
- uses: actions/checkout@v3
2017
- name: select python version
2118
uses: actions/setup-python@v4
2219
with:
2320
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
3021
- name: checkout rest2
3122
uses: actions/checkout@v2
3223
with:
@@ -44,11 +35,6 @@ jobs:
4435
run: |
4536
conda install pip
4637
pip install -e .
47-
- name: Install mlclouds dependencies
48-
working-directory: ./mlclouds
49-
shell: bash -l {0}
50-
run: |
51-
pip install -e .
5238
- name: install sphinx dependencies
5339
run: |
5440
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)