Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Feb 14, 2024
2 parents fb357e8 + a05f812 commit 234d801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tcrm-pylint.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
auto-activate-base: false
use-only-tar-bz2: true


- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tcrm-tests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
activate-environment: tcrm
environment-file: tcrmenv.yml
auto-activate-base: false
use-only-tar-bz2: true
use-only-tar-bz2: tru


- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion tcrmenv.yml
Expand Up @@ -21,7 +21,7 @@ dependencies:
- sqlite
- statsmodels
- configparser
- cartopy
- cartopy>=0.18.0
- affine
- tqdm
- xarray
Expand Down

0 comments on commit 234d801

Please sign in to comment.