Skip to content

Commit 834d8e2

Browse files
committed
fix env for pycwt =! numpy2
and test on pull requests
1 parent 7430e3c commit 834d8e2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ dependencies:
2222
- xarray
2323
- sqlalchemy-utils
2424
- pooch
25-
- pycwt
25+
- pip:
26+
- git+https://github.com/regeirk/pycwt
2627

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Full test suite
22

3-
on: [push]
3+
on: [push,pull_request]
44

55
jobs:
66
run_tests:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'logbook',
4242
'xarray', # new in 2.0
4343
'pooch', # new in 2.0
44-
'pycwt', # new in 2.0
44+
'pycwt>0.3.9', # new in 2.0
4545
],
4646
extras_require={
4747
'doc': [

0 commit comments

Comments
 (0)