Skip to content

Commit

Permalink
switch off paddle in CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Aug 8, 2024
1 parent ef4cd25 commit 309337d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
# cupy is not tested because it demands gpu
# oneflow testing is dropped, see details at https://github.com/Oneflow-Inc/oneflow/issues/10340
# chainer testing is dropped because of conflict with numpy 2.0, see https://github.com/chainer/chainer/issues/8632
frameworks: ['numpy pytorch tensorflow jax', 'numpy paddle']
# paddle was switched off because of divergence with numpy in py3.10, paddle==2.6.1
frameworks: ['numpy pytorch tensorflow jax']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 309337d

Please sign in to comment.