Skip to content

Commit

Permalink
#68 fix xsd modulefiles path
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 29, 2024
1 parent 58ba121 commit 1caa035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-xsd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ runs:

- name: test xsd module
run: |
ls -R ${{ steps.set-env.outputs.modules_dir }}
module use ${{ steps.set-env.outputs.modules_dir }}
module avail
module use ${{ steps.set-env.outputs.modules_dir }}/modulefiles
module load xsd/${{ inputs.xsd_ver }}
module test xsd/${{ inputs.xsd_ver }}
shell: bash --login -e -o pipefail {0} # login to source /etc/profile.d/modules.sh

0 comments on commit 1caa035

Please sign in to comment.