Skip to content

Commit 7c8e10d

Browse files
committed
Update "tasks.py" file.
1 parent c50a30f commit 7c8e10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def virtualise(ctx, tests=True):
403403
unique_name))
404404
with ctx.cd(unique_name):
405405
ctx.run('poetry env use 3')
406-
ctx.run('poetry install --extras "optional plotting"')
406+
ctx.run('poetry install')
407407
ctx.run('source $(poetry env info -p)/bin/activate')
408408
ctx.run('python -c "import imageio;'
409409
'imageio.plugins.freeimage.download()"')

0 commit comments

Comments
 (0)