Skip to content

Commit 6cefcf0

Browse files
ci: remove temporarily 25.1 backwards compatibility checks (#2168)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 24c634e commit 6cefcf0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
backend-version: "24.1"
4343
- image-tag: "windows-24.2"
4444
backend-version: "24.2"
45-
- image-tag: "windows-25.1"
46-
backend-version: "25.1"
45+
# TODO: This has to be reverted once the issue with 25.1 has been solved
46+
# https://github.com/ansys/pyansys-geometry/issues/2167
47+
# - image-tag: "windows-25.1"
48+
# backend-version: "25.1"
4749
- image-tag: "core-windows-25.2"
4850
backend-version: "25.2"
4951
steps:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove temporarily 25.1 backwards compatibility checks

0 commit comments

Comments
 (0)