-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BLD: Correct gcsfs install on Azure #26358
Conversation
can u make an issue for follow up on this as well (or can just repurpose the closed one) |
Codecov Report
@@ Coverage Diff @@
## master #26358 +/- ##
==========================================
+ Coverage 92.04% 92.04% +<.01%
==========================================
Files 175 175
Lines 52289 52289
==========================================
+ Hits 48130 48131 +1
+ Misses 4159 4158 -1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #26358 +/- ##
==========================================
+ Coverage 92.04% 92.04% +<.01%
==========================================
Files 175 175
Lines 52289 52289
==========================================
+ Hits 48130 48131 +1
+ Misses 4159 4158 -1
Continue to review full report at Codecov.
|
thanks @gfyoung |
Interestingly enough this is still throwing the Malformed error during CI: Though builds are coming out green. Maybe something with our gcsfs coverage we need to look into? |
|
Follow-up #26352
Also realized that the
gcsfs
install was placed in the wrong place (needs to be placed after theactivate
command). However, you will notice then that the install is the culprit for the earlier 3.7 build failures (something is not right onconda-forge
and / withgcsfs
and3.7
). Note though that the install ofgcsfs
works just fine on3.6
.