Skip to content

Commit

Permalink
Directed setup.py to pull reference branch of ndsl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Mar 18, 2024
1 parent 693ece6 commit 6c5ee64
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 @@ -16,7 +16,7 @@
]

test_requirements = ["pytest", "pytest-subtests", "serialbox"]
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@main"]
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@develop"]
develop_requirements = test_requirements + ndsl_requirements + ["pre-commit"]

extras_requires = {
Expand Down

0 comments on commit 6c5ee64

Please sign in to comment.