From 0964c87ed960a7bd0d4c17e1829a9f68ca1c6abe Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Sun, 29 Oct 2023 15:12:54 +0100 Subject: [PATCH] Add pyctdev --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 54d51509b..c27379e01 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -159,7 +159,7 @@ jobs: shell: bash -el {0} - name: Install environment run: | - conda create -n test-environment -c conda-forge -c nvidia -c rapidsai python=3.10 cudf cupy numba dask spatialpandas xarray param pyct pillow toolz pytest geodatasets fastparquet pyarrow pytest-benchmark + conda create -n test-environment -c conda-forge -c nvidia -c rapidsai -c pyviz python=3.10 cudf cupy numba dask spatialpandas xarray param pyct pillow toolz pytest geodatasets fastparquet pyarrow pytest-benchmark pyctdev conda activate test-environment pip install -e . --no-deps --no-build-isolation shell: bash -el {0}