We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7430e3c commit 834d8e2Copy full SHA for 834d8e2
.github/environment.yml
@@ -22,5 +22,6 @@ dependencies:
22
- xarray
23
- sqlalchemy-utils
24
- pooch
25
- - pycwt
+ - pip:
26
+ - git+https://github.com/regeirk/pycwt
27
.github/workflows/test_full.yml
@@ -1,6 +1,6 @@
1
name: Full test suite
2
3
-on: [push]
+on: [push,pull_request]
4
5
jobs:
6
run_tests:
setup.py
@@ -41,7 +41,7 @@
41
'logbook',
42
'xarray', # new in 2.0
43
'pooch', # new in 2.0
44
- 'pycwt', # new in 2.0
+ 'pycwt>0.3.9', # new in 2.0
45
],
46
extras_require={
47
'doc': [
0 commit comments