File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
ccpp-prebuild-FV3 :
7
7
8
8
# The type of runner that the job will run on
9
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
10
10
11
11
steps :
12
12
- name : Checkout current ccpp-physics code
@@ -38,11 +38,11 @@ jobs:
38
38
git remote add remote_local $GIT_REMOTE_URL
39
39
git fetch remote_local $GIT_REMOTE_BRANCH
40
40
git checkout remote_local/$GIT_REMOTE_BRANCH
41
-
42
- - name : Set up Python 3.8.5
41
+
42
+ - name : Set up Python 3.10.13
43
43
uses : actions/setup-python@v3
44
44
with :
45
- python-version : 3.8.5
45
+ python-version : 3.10.13
46
46
47
47
- name : Add conda to system path
48
48
run : |
53
53
run : |
54
54
cd /home/runner/work/ccpp-physics/ccpp-physics/fv3atm/ccpp/
55
55
mkdir -p /home/runner/work/ccpp-physics/ccpp-physics/fv3atm/bin/ccpp/physics/physics/
56
- ./framework/scripts/ccpp_prebuild.py --config config/ccpp_prebuild_config.py
56
+ ./framework/scripts/ccpp_prebuild.py --config config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change 6
6
ccpp-prebuild-SCM :
7
7
8
8
# The type of runner that the job will run on
9
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
10
10
11
11
steps :
12
12
@@ -42,11 +42,11 @@ jobs:
42
42
git remote add remote_local $GIT_REMOTE_URL
43
43
git fetch remote_local $GIT_REMOTE_BRANCH
44
44
git checkout remote_local/$GIT_REMOTE_BRANCH
45
-
46
- - name : Set up Python 3.8.5
45
+
46
+ - name : Set up Python 3.10.13
47
47
uses : actions/setup-python@v3
48
48
with :
49
- python-version : 3.8.5
49
+ python-version : 3.10.13
50
50
51
51
- name : Add conda to system path
52
52
run : |
58
58
cd /home/runner/work/ccpp-physics/ccpp-physics/ccpp-scm/
59
59
git status
60
60
mkdir -p /home/runner/work/ccpp-physics/ccpp-physics/ccpp-scm/scm/bin/ccpp/physics/physics/
61
- ./ccpp/framework/scripts/ccpp_prebuild.py --config ccpp/config/ccpp_prebuild_config.py
61
+ ./ccpp/framework/scripts/ccpp_prebuild.py --config ccpp/config/ccpp_prebuild_config.py
You can’t perform that action at this time.
0 commit comments