File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 85
85
- name : Set up Python
86
86
uses : actions/setup-python@v5
87
87
with :
88
- python-version : " 3.11 "
88
+ python-version : " 3.x "
89
89
cache : pip
90
90
cache-dependency-path : " setup.py"
91
91
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
include :
13
- - name : " Latest Python 3.12 "
13
+ - name : " Latest Python 3.x "
14
14
os : ubuntu-latest
15
- python-version : 3.12
15
+ python-version : 3.x
16
16
- name : " OS X Python 3.8"
17
17
os : macos-latest
18
18
python-version : 3.8
19
- - name : " Windows Python 3.8 "
19
+ - name : " Windows Python 3.12 "
20
20
os : windows-latest
21
- python-version : 3.8
21
+ python-version : 3.12
22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ mkdir -p testfiles
12
12
python tests/CAMB_test_files.py testfiles --make_ini
13
13
14
14
pushd testfiles
15
- echo " cloning test output branch: " $BRANCH
16
- git clone -b $BRANCH - -depth=1 https://github.com/cmbant/CAMB_test_outputs.git
15
+ echo " cloning test output"
16
+ git clone --depth=1 https://github.com/cmbant/CAMB_test_outputs.git
17
17
popd
18
18
19
19
python tests/CAMB_test_files.py testfiles --diff_to CAMB_test_outputs/test_outputs --verbose
You can’t perform that action at this time.
0 commit comments