dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
932 stars 317 forks source link

Fix spec update action #413

Closed sderickson closed 2 years ago

sderickson commented 2 years ago

Not exactly sure how this worked before. But the last couple runs have been blocked by running on python 2, and running an npm install command that doesn't seem to do anything. This fixes the action, which successfully ran and was merged in #412.

Checklist

General Contributing

Is This a Code Change?

Validation

codecov[bot] commented 2 years ago

Codecov Report

Merging #413 (f516544) into main (cc10efb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #413   +/-   ##
=======================================
  Coverage   64.24%   64.24%           
=======================================
  Files          30       30           
  Lines       51600    51600           
  Branches     5741     5741           
=======================================
  Hits        33150    33150           
  Misses      18292    18292           
  Partials      158      158           
Flag Coverage Δ
integration 64.15% <ø> (ø)
unit 63.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc10efb...f516544. Read the comment docs.