Add missing [
This commit is contained in:
parent
e3d2d4afc4
commit
9bc8c56ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def _check_output(command):
|
||||||
|
|
||||||
def install_packages_with_poetry():
|
def install_packages_with_poetry():
|
||||||
if sys.platform.startswith('win32'):
|
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:
|
try:
|
||||||
_check_call(['poetry', 'install', '--no-root'])
|
_check_call(['poetry', 'install', '--no-root'])
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue