We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a3cd8 commit 4b220caCopy full SHA for 4b220ca
.github/workflows/CI.yml
@@ -21,7 +21,10 @@ jobs:
21
matrix:
22
python-version: ['3.9', '3.10', '3.11', '3.12']
23
backend: ['tensorflow', 'jax', 'pytorch', 'paddle']
24
-
+ exclude:
25
+ # exclude a wired bug can not import paddle
26
+ - python-version: '3.12'
27
+ backend: 'paddle'
28
steps:
29
- uses: actions/checkout@v3
30
- name: Set up Python ${{ matrix.python-version }}
0 commit comments