Skip to content

Commit

Permalink
ci:: cleanup
Browse files Browse the repository at this point in the history
shlomiku committed Mar 11, 2021
1 parent d863293 commit c67575d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -49,7 +49,8 @@ jobs:
env:
DISABLE_BCOLZ_AVX2: true
run: |
python3 -m pip install pandas numpy scipy cython==0.29.21 bcolz==1.2.1
python3 -m pip install pandas numpy scipy cython==0.29.21
python3 -m pip install bcolz==1.2.1
python3 -m pip install wheel
python3 -m pip install -r etc/requirements_build.in
python3 -m pip install -r etc/requirements_dev.in

0 comments on commit c67575d

Please sign in to comment.