Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# them. These 'answers' are re-generated daily, or on any push to main, and retrieved whenever
# a push is made to a non-main branch. The new proposed changes are referred to as "Dynamic".
#
# The `workflow_call` section below allows running this exact file from RMG-database, saving
# us from having to maintain two copies of it. The only liens needed to facilitate that are
# the `workflow_call` block in the `on` section and the passed `rmg-db-branch` so that we can
# pull appropriately for RMG-database.
#
# Changelog:
# 2023-04 - Jackson Burns - Added this header, regression tests, cleanup of action in
Expand All @@ -28,6 +24,8 @@
# 2023-06-27 - add option to run from RMG-database with GitHub resuable workflows
# 2023-07-17 - made it pass by default
# 2023-07-21 - upload the regression results summary as artifact (for use as a comment on PRs)
# 2023-07-31 - removed option to run from RMG-database with GitHub resuable workflows

name: Continuous Integration

on:
Expand Down Expand Up @@ -62,8 +60,6 @@ jobs:
steps:
- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
repository: ReactionMechanismGenerator/RMG-Py

# configures the mamba environment manager and builds the environment
- name: Setup Mambaforge Python 3.7
Expand Down Expand Up @@ -114,8 +110,6 @@ jobs:
steps:
- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
repository: ReactionMechanismGenerator/RMG-Py

# configures the mamba environment manager and builds the environment
- name: Setup Mambaforge Python 3.7
Expand Down