Fix update cargo dependencies script for Mac OS X
The existing update-dependencies.sh script fails on Mac OS X as seen in these runs. This updates the script to use the -E as discussed in the comments here.
Codecov Report
Merging #1010 (7bd4eac) into main (08cff1a) will increase coverage by
0.11%. The diff coverage isn/a.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #1010 +/- ##
==========================================
+ Coverage 80.47% 80.59% +0.11%
==========================================
Files 75 75
Lines 4231 4231
Branches 765 765
==========================================
+ Hits 3405 3410 +5
+ Misses 662 653 -9
- Partials 164 168 +4
| Impacted Files | Coverage Δ | |
|---|---|---|
| dask_sql/_version.py | 35.31% <0.00%> (+1.41%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Good point. It should be fairly straightforward to add the same logic from the rust testing to our python test matrix as well. Happy to include in this pr
Happy to include in this pr
Sounds good to me
Link to a run with [test-df-upstream] enabled.
@charlesbluca should be ready for another round of reviews