-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multiple CI issues #1696
Fix multiple CI issues #1696
Conversation
|
I am adding commits from #1689 |
|
cc @cpcloud |
|
Some messages from the logs:
pipelines
|
Codecov Report
@@ Coverage Diff @@
## master #1696 +/- ##
==========================================
- Coverage 89.59% 87.34% -2.26%
==========================================
Files 186 186
Lines 27257 27262 +5
Branches 2309 2310 +1
==========================================
- Hits 24422 23813 -609
- Misses 2433 3044 +611
- Partials 402 405 +3
|
|
Had to disable conda build steps until We update the recipe in the conda forge feedstock. The conda build tests are fetching and updating the upstream conda forge feedstock to build the local ibis source which are highly incompatible because of the changes mentioned above. |
|
Right after this PR We should update our builds to test against python 3.7 #1544 |
|
awesome! thank you so much @kszucs ! |
|
Not done yet, there must be a strange dependency problem in the |
|
@kszucs I changed the version of pyarrow and pymapd on requrirements-docs-3.6.yml |
|
I think there is another issue: conda-forge/parquet-cpp-feedstock#55 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kszucs It looks awesome! thanks for the hard work!
|
Sadly I had to disable multiple tests, but not critical ones - We'll fix them later. |
|
Ahh flake8 was just updated, causing build errors on master. The fix is in #1659 |
|
thanks for the update @kszucs the others PR I am working. |
The test_insert fail should be investigated #1695