We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f1d34 commit e5ca024Copy full SHA for e5ca024
.github/workflows/ci-testing.yml
@@ -61,16 +61,9 @@ jobs:
61
- name: Build bitsandbytes for macOS # no macOS-compatible wheel on PyPI
62
if: runner.os == 'macOS'
63
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
71
72
- echo "cd bitsandbytes-0.46.0:"
73
- cd bitsandbytes-0.46.0
+ git clone https://github.com/bitsandbytes-foundation/bitsandbytes.git
+ echo "cd bitsandbytes:"
+ cd bitsandbytes
74
echo "pip install:"
75
pip install pyproject.toml
76
echo "python setup.py install:"
0 commit comments