Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Oct 30, 2023
1 parent 04beb6f commit 1c26b2d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,15 @@ jobs:
run:
shell: bash -l {0}
steps:
- name: Clone RMG-database
uses: actions/checkout@v3
with:
path: RMG-database

- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
path: RMG-Py
repository: ReactionMechanismGenerator/RMG-Py
ref: ${{ env.RMG_PY_BRANCH }}

Expand All @@ -69,10 +75,6 @@ jobs:
mamba info
mamba list
# Clone RMG-database
- name: Clone RMG-database
uses: actions/checkout@v3

# modify env variables as directed in the RMG installation instructions
- name: Set Environment Variables
run: |
Expand All @@ -97,9 +99,15 @@ jobs:
run:
shell: bash -l {0}
steps:
- name: Clone RMG-database
uses: actions/checkout@v3
with:
path: RMG-database

- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
path: RMG-Py
repository: ReactionMechanismGenerator/RMG-Py
ref: ${{ env.RMG_PY_BRANCH }}

Expand All @@ -120,10 +128,6 @@ jobs:
mamba info
mamba list
# Clone RMG-database
- name: Clone RMG-database
uses: actions/checkout@v3

# modify env variables as directed in the RMG installation instructions
- name: Set Environment Variables
run: |
Expand Down

0 comments on commit 1c26b2d

Please sign in to comment.