Skip to content

Commit

Permalink
Making progress, step forward and investigate the current environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 9, 2024
1 parent 795b1a0 commit 991e870
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,18 @@ jobs:
- name: Check Miniconda
run: |
which h5dump
env
shell: bash -el {0}

# Check current directory
- name: Query Current Environment
run: |
ls
echo ""
echo $PATH
echo ""
env
shell: bash -el {0}

# Install HDF5
# - name: Install HDF5
Expand Down

0 comments on commit 991e870

Please sign in to comment.