Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 21, 2024
1 parent 97cf87f commit cb8fe8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.x"
cache: pip
cache-dependency-path: "setup.py"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Latest Python 3.12"
- name: "Latest Python 3.x"
os: ubuntu-latest
python-version: 3.12
python-version: 3.x
- name: "OS X Python 3.8"
os: macos-latest
python-version: 3.8
- name: "Windows Python 3.8"
- name: "Windows Python 3.12"
os: windows-latest
python-version: 3.8
python-version: 3.12

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions fortran/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mkdir -p testfiles
python tests/CAMB_test_files.py testfiles --make_ini

pushd testfiles
echo "cloning test output branch:" $BRANCH
git clone -b $BRANCH --depth=1 https://github.com/cmbant/CAMB_test_outputs.git
echo "cloning test output"
git clone --depth=1 https://github.com/cmbant/CAMB_test_outputs.git
popd

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

0 comments on commit cb8fe8e

Please sign in to comment.