Skip to content

Commit

Permalink
Add pyctdev
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 29, 2023
1 parent 4228284 commit 0964c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0964c87

Please sign in to comment.