Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Feb 14, 2024
1 parent 6cbbfb1 commit 4d9c9a5
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 @@ -63,7 +63,7 @@ jobs:
python -m build --sdist sphericart-torch --outdir sphericart-torch/dist
python -m cibuildwheel sphericart-torch/dist/*.tar.gz --output-dir sphericart-torch/dist
env:
CIBW_BEFORE_ALL: bash /host/home/runner/work/sphericart/sphericart/scripts/cibw-cuda-setup.sh ${{ matrix.cuda }} && echo "CUDA_HOME=$CUDA_HOME" && echo "CUDACXX=$CUDACXX" && echo "TORCH_CUDA_ARCH_LIST=$TORCH_CUDA_ARCH_LIST" && echo "CUDAARCHS=$CUDAARCHS" && echo "SPHERICART_TORCH_TORCH_VERSION=$SPHERICART_TORCH_TORCH_VERSION" && echo "PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
CIBW_BEFORE_ALL: bash /host/home/runner/work/sphericart/sphericart/scripts/cibw-cuda-setup.sh ${{ matrix.cuda }} && echo "CUDA_HOME=$CUDA_HOME" && echo "CUDACXX=$CUDACXX" && echo "TORCH_CUDA_ARCH_LIST=$TORCH_CUDA_ARCH_LIST" && echo "CUDAARCHS=$CUDAARCHS" && echo "SPHERICART_TORCH_TORCH_VERSION=$SPHERICART_TORCH_TORCH_VERSION" && echo "PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL"
CIBW_BUILD_VERBOSITY: 3
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*-musllinux* *-win32 *-manylinux_i686"
Expand Down

0 comments on commit 4d9c9a5

Please sign in to comment.