Skip to content

Commit 48a0050

Browse files
committed
Disable persisted model backward compatibility test environment because (with Py 3.10) there is now a numpy compatibility issue (in addition to scklearn, which may or may not be solvable)
1 parent 95f7ccd commit 48a0050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
env_name: [py, py_latest_dependencies, py_backwardscompat]
15+
# py_backwardscompat is not included because there is also an issue with numpy compatibility on Python 3.10
16+
env_name: [py_pinned_dependencies, py_latest_dependencies] # removed py_backwardscompat
1617
steps:
1718
- name: Checkout Code
1819
uses: actions/checkout@v3

0 commit comments

Comments
 (0)