Skip to content

Commit 394eae6

Browse files
committed
temporarily install from source for testing - will revert to conda install after new release if no further change to backend
1 parent bb20c41 commit 394eae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/requirements/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- pooch
3737
- pre-commit
3838
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
39-
- pydap
39+
# - pydap
4040
- pytest
4141
- pytest-asyncio
4242
- pytest-cov
@@ -65,3 +65,4 @@ dependencies:
6565
- jax # no way to get cpu-only jaxlib from conda if gpu is present
6666
- types-defusedxml
6767
- types-pexpect
68+
- git+https://github.com/pydap/pydap.git

0 commit comments

Comments
 (0)