Skip to content

Commit

Permalink
add terraform to tests dependencies (iterative#6502)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Aug 30, 2021
1 parent 5d7476a commit 5b9bdac
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 @@ -116,7 +116,7 @@ def run(self):

tests_requirements = (
Path("test_requirements.txt").read_text().strip().splitlines()
)
) + terraform

setup(
name="dvc",
Expand Down

0 comments on commit 5b9bdac

Please sign in to comment.