Skip to content

Commit

Permalink
Try to set Python version rightmost
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 19, 2025
1 parent 3587516 commit f2b92bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_tests() {
echo TESTING PYTHON $PYTHON_VERSION
env=python-$PYTHON_VERSION
devpkgs=$(jq .packages.dev[] recipe/meta.json | tr -d ' "')
conda create --yes --name $env --quiet python=$PYTHON_VERSION $devpkgs
conda create --yes --name $env --quiet $devpkgs python=$PYTHON_VERSION
conda activate $env
. notebooks/install-deps
set -x
Expand Down

0 comments on commit f2b92bc

Please sign in to comment.