Skip to content

Commit

Permalink
Temporarily disabled cuda from CI builds. (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ authored Aug 27, 2024
1 parent 2c6240a commit 41b5d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
)
) && os+=("macos-latest")
[ "${{ steps.is-fork.outputs.fork }}" == "false" ] && os+=("cuda")
# Temporarily disabled cuda
# [ "${{ steps.is-fork.outputs.fork }}" == "false" ] && os+=("cuda")
echo "os=$(jq -cn '$ARGS.positional' --args ${os[@]})" >> $GITHUB_OUTPUT
outputs:
Expand Down

0 comments on commit 41b5d80

Please sign in to comment.