Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jun 24, 2024
1 parent 8378df3 commit 6868b38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
- name: install
run: |
sudo apt-get install tcl-dev environment-modules
source /etc/profile.d/modules.sh
module --version
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
cd modules-5.4.0 && ./configure --prefix=$PWD/../modules && make && make install
. ./modules/init/bash
module --version
./.github/workflows/test.sh ./modulefiles
module use ./modulefiles
module avail
module load clas12
module list
5 changes: 0 additions & 5 deletions .github/workflows/test.sh

This file was deleted.

0 comments on commit 6868b38

Please sign in to comment.