Skip to content

Commit

Permalink
Merge pull request #50 from wmo-im/oscar-fix
Browse files Browse the repository at this point in the history
csv2bufr conflict resolution
  • Loading branch information
RoryPTB committed Mar 14, 2024
2 parents 222e243 + f64a7bf commit 865348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_package_version():
os.unlink('MANIFEST')

# Install dependencies not on PyPI
subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git'", shell=True) # noqa
subprocess.check_call("pip install https://github.com/wmo-im/csv2bufr/archive/main.zip", shell=True) # noqa

setup(
name='synop2bufr',
Expand Down

0 comments on commit 865348a

Please sign in to comment.