Skip to content

Commit

Permalink
Add missing [
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed Oct 8, 2020
1 parent e3d2d4a commit 9bc8c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-setup/auto_install_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _check_output(command):

def install_packages_with_poetry():
if sys.platform.startswith('win32'):
os.environ['POETRY_VIRTUALENVS_PATH'] = os.path.join(os.environ['RUNNER_WORKSPACE', 'virtualenvs')
os.environ['POETRY_VIRTUALENVS_PATH'] = os.path.join(os.environ['RUNNER_WORKSPACE'], 'virtualenvs')
try:
_check_call(['poetry', 'install', '--no-root'])
except subprocess.CalledProcessError:
Expand Down

0 comments on commit 9bc8c56

Please sign in to comment.