Skip to content

Commit cb8fe8e

Browse files
committed
fix
1 parent 97cf87f commit cb8fe8e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Set up Python
8686
uses: actions/setup-python@v5
8787
with:
88-
python-version: "3.11"
88+
python-version: "3.x"
8989
cache: pip
9090
cache-dependency-path: "setup.py"
9191

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- name: "Latest Python 3.12"
13+
- name: "Latest Python 3.x"
1414
os: ubuntu-latest
15-
python-version: 3.12
15+
python-version: 3.x
1616
- name: "OS X Python 3.8"
1717
os: macos-latest
1818
python-version: 3.8
19-
- name: "Windows Python 3.8"
19+
- name: "Windows Python 3.12"
2020
os: windows-latest
21-
python-version: 3.8
21+
python-version: 3.12
2222

2323
steps:
2424
- uses: actions/checkout@v4

fortran/tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ mkdir -p testfiles
1212
python tests/CAMB_test_files.py testfiles --make_ini
1313

1414
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
1717
popd
1818

1919
python tests/CAMB_test_files.py testfiles --diff_to CAMB_test_outputs/test_outputs --verbose

0 commit comments

Comments
 (0)