Skip to content

Commit 014b08d

Browse files
committed
Clarify comment (and remove changelog) from CI workflow.
1 parent 7cd4d2e commit 014b08d

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212
# them. These 'answers' are re-generated daily, or on any push to main, and retrieved whenever
1313
# a push is made to a non-main branch. The new proposed changes are referred to as "Dynamic".
1414
#
15-
#
16-
# Changelog:
17-
# 2023-04 - Jackson Burns - Added this header, regression tests, cleanup of action in
18-
# in general, and documentation throughout the file.
19-
# 2023-05 - added Docker build steps
20-
# 2023-05-12 - added changes to allow running on forks
21-
# 2023-06-06 - added matrix build for libstdcxx-ng versions 12 and 13 on ubuntu. Only expect 12 to work.
22-
# 2023-06-07 - updated regression testing. Now fails if significant changes are detected.
23-
# 2023-06-15 - revert changes from 06-06, both now work
24-
# 2023-06-27 - add option to run from RMG-database with GitHub resuable workflows
25-
# 2023-07-17 - made it pass by default
26-
# 2023-07-21 - upload the regression results summary as artifact (for use as a comment on PRs)
27-
# 2023-07-31 - removed option to run from RMG-database with GitHub resuable workflows
28-
# 2024-10-01 - deprecated Mambaforge with Miniforge3 for environment creation
2915

3016
name: Continuous Integration
3117

@@ -69,13 +55,12 @@ jobs:
6955
os: [macos-15-intel, macos-latest, ubuntu-latest]
7056
include-rms: ["", "with RMS"]
7157
exclude:
72-
# only check for "with RMS" functionality on ubuntu, just to be safe
73-
# (and only ubuntu since its the fastest and most abundant)
58+
# on macos, only check with RMS (assume it also works without RMS)
7459
- os: macos-15-intel
7560
include-rms: ""
7661
- os: macos-latest
7762
include-rms: ""
78-
# only test macos with latest Python version
63+
# on macos, only test with latest Python version
7964
- os: macos-15-intel
8065
python-version: "3.9"
8166
- os: macos-latest

0 commit comments

Comments
 (0)