Skip to content
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

MAINT: remove requirements.txt and cache actions based on setup.cfg. #5234

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Oct 17, 2022

This also update one action to use v4 instead of v2. For a few of the actions steps, don't update as they only install tools and not napari itself.

Closes #5223

This also update one action to use v4 instead of v2.
For a few of the actions steps, don't update as they only install tools and not
napari itself.

See napari#5223
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #5234 (fe57e0d) into main (6154efe) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5234      +/-   ##
==========================================
+ Coverage   89.07%   89.09%   +0.01%     
==========================================
  Files         582      583       +1     
  Lines       49318    49337      +19     
==========================================
+ Hits        43932    43956      +24     
+ Misses       5386     5381       -5     
Impacted Files Coverage Δ
...layers/image/experimental/_chunked_image_loader.py 88.00% <0.00%> (-8.00%) ⬇️
napari/layers/image/_image_slice.py 97.61% <0.00%> (-2.39%) ⬇️
napari/layers/image/image.py 95.23% <0.00%> (-0.26%) ⬇️
napari/view_layers.py 100.00% <0.00%> (ø)
napari/utils/events/_tests/test_selectable_list.py 100.00% <0.00%> (ø)
napari/components/layerlist.py 92.51% <0.00%> (+0.05%) ⬆️
napari/utils/events/containers/_selectable_list.py 80.00% <0.00%> (+0.33%) ⬆️
napari/utils/theme.py 89.79% <0.00%> (+0.68%) ⬆️
napari/utils/info.py 83.33% <0.00%> (+1.11%) ⬆️
napari/_qt/__init__.py 55.17% <0.00%> (+6.89%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Czaki Czaki merged commit 50e56c5 into napari:main Nov 18, 2022
@Carreau
Copy link
Contributor Author

Carreau commented Nov 18, 2022 via email

@Czaki Czaki mentioned this pull request Jun 7, 2023
@Czaki Czaki added this to the 0.4.18 milestone Jun 13, 2023
@Czaki Czaki added maintenance PR with maintance changes, triaged-0.4.18 To mark PR that is triaged in 0.4.18 release process labels Jun 13, 2023
@Carreau Carreau deleted the no-req branch October 2, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes, task triaged-0.4.18 To mark PR that is triaged in 0.4.18 release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove requirements.txt and use setup.cfg for actions/setup-python cache instead
3 participants