Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Baltzell committed Jun 24, 2024
1 parent 6868b38 commit 96323fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
wget https://github.com/cea-hpc/modules/releases/download/v5.4.0/modules-5.4.0.tar.gz
tar -xzf modules-5.4.0.tar.gz
cd modules-5.4.0 && ./configure --prefix=$PWD/../modules && make && make install
pwd
ls -l
. ./modules/init/bash
module --version
./.github/workflows/test.sh ./modulefiles
module use ./modulefiles
module avail
module load clas12
Expand Down

0 comments on commit 96323fe

Please sign in to comment.