Skip to content

Commit

Permalink
add some additional checks
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Apr 6, 2022
1 parent 4430b48 commit fea6ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda/test-nersc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -eo pipefail

module unload python
module swap PrgEnv-intel PrgEnv-gnu
module unload craype-network-aries
Expand Down Expand Up @@ -37,5 +39,6 @@ fi

source $curBuildDir/setup_td_env.sh

python -c 'import george'
python -c 'import lsst.daf.butler'
python -c 'import coloredlogs'

0 comments on commit fea6ebd

Please sign in to comment.