Skip to content

Commit

Permalink
Remove dead option
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent d4cf6d9 commit 0491d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/make-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda activate oggm_env
if [[ "$PKG" == "oggm" ]]; then
RQ pytest -k "not test_env_var and not test_corrupted_file and not test_dl_verify" --pyargs oggm
else
RQ pytest.oggm --mpl-oggm --mpl-upload
RQ pytest.oggm --mpl-oggm
fi

ENV_FILE_NAME="${PKG}-$(conda list -f -e "$PKG" | tail -n1 | cut -d= -f2)_$(date +%Y%m%d)_py${PYVER/./}.yml"
Expand Down

0 comments on commit 0491d1b

Please sign in to comment.