Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 7b81bfd

Browse files
CI: disable atk-sys tests for now
Until we figure out how to get a newer version of it on the docker image we use on the CI
1 parent 22f0007 commit 7b81bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- nightly
2020
- "1.56.0"
2121
conf:
22-
- { name: "atk", features: "v2_34", test_sys: true }
22+
- { name: "atk", features: "v2_34", test_sys: false } # disable for now, until we get 2.38 on the docker image
2323
- { name: "gdk", features: "v3_24", test_sys: true }
2424
- { name: "gdkx11", features: "v3_24", test_sys: true }
2525
- { name: "gdkwayland", features: "v3_24", test_sys: false }

0 commit comments

Comments
 (0)