quiltdata / quilt

Quilt is a data mesh for connecting people with actionable data
https://quiltdata.com
Apache License 2.0
1.32k stars 92 forks source link

Bump pandocfilters to fix build #4030

Closed sir-sigurd closed 3 weeks ago

sir-sigurd commented 3 weeks ago

Currently it fails with: KeyError: "linkname 'pandocfilters-1.4.2/README' not found"

See https://github.com/quiltdata/quilt/actions/runs/9642202413/job/26589474567#step:3:210

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 38.43%. Comparing base (1594d84) to head (8c864bc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4030 +/- ## ======================================= Coverage 38.43% 38.43% ======================================= Files 718 718 Lines 33051 33051 Branches 4842 4842 ======================================= Hits 12704 12704 Misses 19196 19196 Partials 1151 1151 ``` | [Flag](https://app.codecov.io/gh/quiltdata/quilt/pull/4030/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=quiltdata) | Coverage Δ | | |---|---|---| | [api-python](https://app.codecov.io/gh/quiltdata/quilt/pull/4030/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=quiltdata) | `90.75% <ø> (ø)` | | | [catalog](https://app.codecov.io/gh/quiltdata/quilt/pull/4030/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=quiltdata) | `11.50% <ø> (ø)` | | | [lambda](https://app.codecov.io/gh/quiltdata/quilt/pull/4030/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=quiltdata) | `87.96% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=quiltdata#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sir-sigurd commented 3 weeks ago

it might be a good idea to remove this line

https://github.com/quiltdata/quilt/blob/1594d8412c7cfdf461a05fe1e20e14964c3f524c/lambdas/scripts/build_zip.sh#L18

or maybe upgrade pip in tests job? that way we'd have the same pip version in tests and build jobs.