Skip to content

Commit e1a9fbc

Browse files
authored
Merge pull request #37 from VirtualPlanetaryLaboratory/phase1-testing-infrastructure
Updatin tests.yml to include all OS and Python permutations. Updated …
2 parents a487754 + 83fd50a commit e1a9fbc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-22.04]
17-
python-version: ["3.9"]
16+
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-latest]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
exclude:
1919
# macOS latest doesn't support Python 3.9 well on ARM
2020
- os: macos-latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@
1515
<a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html">
1616
<img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg">
1717
</a>
18+
1819
<br>
1920
<img src="https://img.shields.io/badge/Unit%20Tests-55-darkblue.svg">
2021
<a href="https://github.com/VirtualPlanetaryLaboratory/bigplanet/actions/workflows/tests.yml">
2122
<img src="https://github.com/VirtualPlanetaryLaboratory/bigplanet/actions/workflows/tests.yml/badge.svg">
2223
</a>
2324
<img src="https://img.shields.io/badge/Python-3.9--3.13-orange.svg">
25+
[![codecov](https://codecov.io/github/VirtualPlanetaryLaboratory/bigplanet/graph/badge.svg?token=FQEJBL185K)](https://codecov.io/github/VirtualPlanetaryLaboratory/bigplanet)
2426
<br>
27+
2528
<a href="https://github.com/VirtualPlanetaryLaboratory/bigplanet/actions/workflows/pip-install.yml">
2629
<img src="https://github.com/VirtualPlanetaryLaboratory/bigplanet/actions/workflows/pip-install.yml/badge.svg">
2730
</a>

0 commit comments

Comments
 (0)