Skip to content

Commit

Permalink
try no isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Nov 1, 2024
1 parent 22808b3 commit cb7b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-torch-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build sphericart-torch wheels
run: |
# ensure we build the wheel from the sdist, not the checkout
python -m build --sdist sphericart-torch --outdir sphericart-torch/dist
python -m build --sdist sphericart-torch --outdir sphericart-torch/dist --no-isolation
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.arch }} ${{ matrix.os }}
Expand Down

0 comments on commit cb7b3e2

Please sign in to comment.