Skip to content

Commit

Permalink
Debug CI with extra conda list
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 9, 2024
1 parent 684854e commit ff6f03b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ runs:
fi
shell: bash -el {0}

- name: Conda list
run: |
which python3
python3 --version
which cmake
cmake --version
conda info
conda list
shell: bash -el {0}

- name: Verify that Geant4 data packages match the cached versions
run: python3 ${NOARCHDEFPYFILE} --verify-usage
shell: bash -el {0}
Expand Down

0 comments on commit ff6f03b

Please sign in to comment.