Skip to content

Commit a878cd7

Browse files
committed
πŸ› Fixed No such file or directory: '/home/runner/.Xauthority'
1 parent c8c59b7 commit a878cd7

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

β€Ž.github/workflows/upload_python_package.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010

1111
env:
1212
DISPLAY: :0
13+
XAUTHORITY: /home/alex/.Xauthority
1314

1415
steps:
1516
- uses: actions/checkout@v2

β€Žpoetry.lockβ€Ž

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ numpy-stl = "^2.16.0"
1616
PyMuPDF = "^1.18.13"
1717
wcwidth = "^0.2.5"
1818
camelot-py = "^0.8.2"
19+
python-xlib = "^0.29"
1920
PyAutoGUI = "^0.9.52"
2021
scipy = "1.4.1"
2122
selenium = "^3.141.0"

β€Žrequirements.txtβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ moviepy
1212
PyMuPDF
1313
wcwidth
1414
camelot-py
15+
python-xlib
1516
PyAutoGUI

0 commit comments

Comments
Β (0)