Skip to content

Commit

Permalink
dubstep
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Oct 30, 2023
1 parent b0e6d41 commit 1e481c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
defaults:
run:
shell: bash -l {0}
working-directory: RMG-Py
steps:
- name: Clone RMG-database
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
defaults:
run:
shell: bash -l {0}
working-directory: RMG-Py
steps:
- name: Clone RMG-database
uses: actions/checkout@v3
Expand All @@ -111,9 +113,6 @@ jobs:
repository: ReactionMechanismGenerator/RMG-Py
ref: ${{ env.RMG_PY_BRANCH }}

- name: debug
run: pwd

# configures the mamba environment manager and builds the environment
- name: Setup Mambaforge Python 3.7
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 1e481c7

Please sign in to comment.