Skip to content

Commit 7531387

Browse files
committed
Fix test
* Remove GitHub Actions for Ubuntu and macOS because we don't have a screen available on these systems in GitHub Actions.
1 parent 0422c5e commit 7531387

File tree

6 files changed

+7
-395
lines changed

6 files changed

+7
-395
lines changed

.github/workflows/dev_python3_12_macos.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/dev_python3_12_ubuntu.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/stable_python3_12_macos.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/stable_python3_12_ubuntu.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

test/unit_test/keyboard/keyboard_type_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
assert (type_keyboard("T") == "T")
77
assert (type_keyboard("E") == "E")
88
assert (type_keyboard("S") == "S")
9-
assert (type_keyboard("T") == "T")
9+
assert (type_keyboard("T") == "T")

0 commit comments

Comments
 (0)