Skip to content

Commit

Permalink
order to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 29, 2023
1 parent c2a1e5d commit c331d82
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c331d82

Please sign in to comment.