Skip to content

Commit

Permalink
add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 5, 2024
1 parent 3f7690a commit 794b564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def main():

commands = [
f'{python} -m pip install poetry',
f'{python} -m poetry install --with dev',
f'{python} -m poetry install',
f'{python} -m poetry install pytest pytest-cov pytest-snapshot'
]

for command in commands:
Expand Down

0 comments on commit 794b564

Please sign in to comment.