Skip to content

Commit

Permalink
don't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Nov 1, 2024
1 parent 2c67a4b commit ebd4357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export MAX_JOBS=1
# Make sure release wheels are built for the following architectures
export PYTORCH_ROCM_ARCH="gfx90a;gfx942"

apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f $(which sccache)
rm -f $(which sccache)

# Build
$python_executable setup.py bdist_wheel --dist-dir=dist

0 comments on commit ebd4357

Please sign in to comment.