Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #730

Merged
merged 15 commits into from
Jun 24, 2023
Prev Previous commit
Next Next commit
sudo -E
  • Loading branch information
sezanzeb committed Jun 24, 2023
commit aec820285a195e3b843be7e85c9d910ff68a3a55
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
# try this if input-remappers data cannot be found, and set DATA_DIR to a matching directory
# find / -type f -name "input-remapper.glade"

sudo python tests/test.py --start-dir unit
sudo -E python tests/test.py --start-dir unit