Skip to content

Commit

Permalink
Merge pull request #217 from altheaden/check-env-fix
Browse files Browse the repository at this point in the history
Remove `polaris clean` from check polaris commands
  • Loading branch information
xylar authored Aug 7, 2024
2 parents 020f6c4 + 38e7146 commit 1f0c36c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,7 @@ def check_env(script_filename, env_name, logger):
['ffmpeg', '--help'],
['polaris', 'list'],
['polaris', 'setup', '--help'],
['polaris', 'suite', '--help'],
['polaris', 'clean', '--help']]
['polaris', 'suite', '--help']]

for import_name in imports:
command = f'{activate} && python -c "import {import_name}"'
Expand Down

0 comments on commit 1f0c36c

Please sign in to comment.