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 d5567b9 commit e8b20d0Copy full SHA for e8b20d0
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install dependencies
52
run: |
53
- python -m pip install --upgrade pip setuptools wheel twine numpy pyarrow>=1. cpplint pyEX tqdm
+ python -m pip install -U cpplint numpy pip pyarrow pyEX setuptools tqdm twine wheel
54
python -m pip install -e .[dev]
55
cd js; yarn
56
0 commit comments