Skip to content

Commit 7515616

Browse files
committed
for flaky, install pydap from repo for now
1 parent 827101a commit 7515616

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-cov
4242
- pytest-env
@@ -63,3 +63,4 @@ dependencies:
6363
- jax # no way to get cpu-only jaxlib from conda if gpu is present
6464
- types-defusedxml
6565
- types-pexpect
66+
- git+https://github.com/pydap/pydap.git # just for now - will restore to conda after new release

0 commit comments

Comments
 (0)