Skip to content

Commit

Permalink
tweaks for setup/deps/env/etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Sep 24, 2024
1 parent ab68960 commit 07481fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- jsonschema
- noaa-gfdl::fre-nctools
- noaa-gfdl::catalogbuilder
- conda-forge::git
- conda-forge::nccmp
- conda-forge::cylc-flow>=8.2.0
- conda-forge::cylc-rose
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ source:

build:
script:
- {{ PYTHON }} -m pip install GitPython -vv && {{ PYTHON }} -m pip install . -vv
- {{ PYTHON }} -m pip install GitPython -vv
- {{ PYTHON }} -m pip install . -vv
number: 1
noarch: python

Expand All @@ -33,7 +34,6 @@ requirements:
- jsonschema
- noaa-gfdl::catalogbuilder
- noaa-gfdl::fre-nctools
- conda-forge::git
- conda-forge::nccmp
- conda-forge::cylc-flow>=8.2.0
- conda-forge::cylc-rose
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'cylc-rose',
'cdo',
'metomi-rose',
'git'
'GitPython'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 07481fd

Please sign in to comment.