diff --git a/tests_and_analysis/ci_environment.yml b/tests_and_analysis/ci_environment.yml index 2309722a9..5929b5bfa 100644 --- a/tests_and_analysis/ci_environment.yml +++ b/tests_and_analysis/ci_environment.yml @@ -1 +1,6 @@ -wheel +name: test +channels: + - conda-forge + - defaults +dependencies: + - wheel