Skip to content

Commit e5ca024

Browse files
committed
bump to current main branch to incorporate fix: bitsandbytes-foundation/bitsandbytes#1665
1 parent 80f1d34 commit e5ca024

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,9 @@ jobs:
6161
- name: Build bitsandbytes for macOS # no macOS-compatible wheel on PyPI
6262
if: runner.os == 'macOS'
6363
run: |
64-
echo "wget:"
65-
wget https://github.com/bitsandbytes-foundation/bitsandbytes/archive/refs/tags/0.46.0.tar.gz
66-
echo "ls:"
67-
ls
68-
echo "tar:"
69-
tar -xvzf 0.46.0.tar.gz
70-
echo "ls:"
71-
ls
72-
echo "cd bitsandbytes-0.46.0:"
73-
cd bitsandbytes-0.46.0
64+
git clone https://github.com/bitsandbytes-foundation/bitsandbytes.git
65+
echo "cd bitsandbytes:"
66+
cd bitsandbytes
7467
echo "pip install:"
7568
pip install pyproject.toml
7669
echo "python setup.py install:"

0 commit comments

Comments
 (0)