diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79f37a5a4f3..1da9a06b1f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,8 @@ jobs: conda_env: py37 py38: conda_env: py38 - py38-without-dask: - conda_env: py38-without-dask + py38-all-but-dask: + conda_env: py38-all-but-dask py38-upstream-dev: conda_env: py38 upstream_dev: true diff --git a/ci/requirements/py38-without-dask.yml b/ci/requirements/py38-all-but-dask.yml similarity index 100% rename from ci/requirements/py38-without-dask.yml rename to ci/requirements/py38-all-but-dask.yml