Skip to content

Commit

Permalink
Update to use main branch for csv2bufr (this will need to be removed …
Browse files Browse the repository at this point in the history
…before release but depends on a release of csv2bufr).
  • Loading branch information
david-i-berry committed Mar 11, 2024
1 parent 222e243 commit f64a7bf
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 f64a7bf

Please sign in to comment.