Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Feb 14, 2024
1 parent c4b2434 commit de8770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cuda-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "cuda_version_without_decimal_point=$(echo ${{ matrix.cuda }} | tr -d '.')" >> $GITHUB_ENV

- name: Check CUDA Version Without Point
run: echo "cuda_version_without_decimal_point is $cuda_version_without_decimal_point"
run: echo "cuda_version_without_decimal_point is ${{ env.cuda_version_without_decimal_point }}"

- name: free disk space
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android || true
Expand Down

0 comments on commit de8770b

Please sign in to comment.