Skip to content

Commit d5883a8

Browse files
authored
[BugFix] Revert xkbcommon version update (#39)
1 parent b82cc5e commit d5883a8

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

.github/workflows/yarf.yaml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,33 @@ on:
1717
- '!.github/workflows/yarf.yaml'
1818

1919
jobs:
20-
build:
20+
install-jammy:
21+
runs-on: [self-hosted, linux, jammy, x64, large]
22+
steps:
23+
- name: Install dependencies
24+
run: |
25+
sudo apt update -qq
26+
sudo apt install -y \
27+
git-lfs \
28+
libgl1 \
29+
libxkbcommon-dev \
30+
jq \
31+
clang \
32+
python3-tk
33+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34+
with:
35+
lfs: true
36+
ref: ${{ inputs.ref }}
37+
- name: Set up Python
38+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
39+
with:
40+
python-version: "3.10"
41+
- name: Install uv
42+
run: pip install uv
43+
- name: Sync Python dependencies
44+
run: uv sync
45+
46+
test-noble:
2147
runs-on: [self-hosted, linux, noble, x64, large]
2248
steps:
2349
- name: Install dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"robotframework-sshlibrary~=3.8.0",
3434
"robotframework-stacktrace==0.4.1",
3535
"numpy~=1.26.0",
36-
"xkbcommon<1.6",
36+
"xkbcommon<1.5", # ubuntu jammy supports up to 1.4.0
3737
"pyte~=0.8.2",
3838
"pyserial>=3.5",
3939
"python-dateutil>=2.9.0.post0",

uv.lock

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

0 commit comments

Comments
 (0)