Skip to content

Commit

Permalink
CI: remove jax requirement for d2l-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Aug 9, 2023
1 parent b285792 commit ad3cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
build_and_deploy:
name: Build Website/PDF & Publish
needs: [build_torch, build_tf, build_jax, build_mxnet]
needs: [build_torch, build_tf, build_mxnet]
if: |
always() &&
github.repository == 'd2l-ai/d2l-zh' &&
Expand Down

0 comments on commit ad3cf0b

Please sign in to comment.