mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-03 19:28:20 +00:00
CI - Force pyarrow<3.0.0 for now
This commit is contained in:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
run: |
|
||||
python -m venv .env
|
||||
source .env/bin/activate
|
||||
pip install pytest requests setuptools_rust numpy datasets
|
||||
pip install pytest requests setuptools_rust numpy "pyarrow<3.0.0" datasets
|
||||
python setup.py develop
|
||||
|
||||
- name: Check style
|
||||
|
||||
Reference in New Issue
Block a user