Try always using DISPLAY=unix:99:0 on Linux CI
This commit is contained in:
parent
23b35af7f2
commit
a0fd37c8a3
2 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,6 @@ def main():
|
|||
execute(['sudo', 'apt-get', 'install'] + deps)
|
||||
|
||||
execute(['sh', '-e', '/etc/init.d/xvfb', 'start'])
|
||||
|
||||
|
||||
if PLATFORM == 'linux':
|
||||
os.environ['DISPLAY'] = ':99.0'
|
||||
|
||||
# CI's npm is not reliable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue