From c331d827ba62d836db2cc6e4dd53a887d27c7d67 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Tue, 28 Nov 2023 23:04:39 -0600 Subject: [PATCH] order to debug --- .github/workflows/build-test.yml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 219712e..f52e991 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -41,31 +41,17 @@ jobs: miniforge-variant: Mambaforge use-mamba: true - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - with: - limit-access-to-actor: true - - - name: Install cmake via conda - run: | - conda env list - mamba install -c conda-forge cmake - conda list - - name: Install Geant4 via conda run: | conda env list mamba install -c conda-forge geant4=${{ matrix.geant4-version }} conda list - - name: Info - run: | - cmake --version - python --version - geant4-config --version - geant4-config --prefix - geant4-config --cflags + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + with: + limit-access-to-actor: true - name: Build the c++ library to run tests run: |