Skip to content
Snippets Groups Projects

Pipeline update

Merged Jeremy M Fee requested to merge ghsc/users/jmfee/geomag-algorithms:pipeline-update into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
#! /bin/bash
#! /bin/bash -x
$PYTHON_VERSION=${PYTHON_VERSION:3.8}
$PYTHON_VERSION=${PYTHON_VERSION:-"3.8"}
if [ -f "/etc/profile.d/conda.sh" ]; then
Loading