diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index deb392027f..82b66217cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -111,6 +111,9 @@ 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