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

Gh actions failing due to repeated py version runs #754

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

mrariden
Copy link
Collaborator

Actions are failing because all 3 py versions are running for each platform causing GH actions runner to exceed storage limit. Removing tox envlist environments fixes this to only run one version per job.

@mrariden mrariden self-assigned this Jul 20, 2023
@mrariden mrariden added the bug Something isn't working label Jul 20, 2023
@mrariden mrariden changed the title Gh actions 2 Gh actions failing due to repeated py version runs Jul 20, 2023
@mrariden mrariden marked this pull request as ready for review July 20, 2023 19:58
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #754 (5ca1a54) into main (51fd202) will increase coverage by 1.19%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   62.03%   63.23%   +1.19%     
==========================================
  Files          14       14              
  Lines        2958     2962       +4     
==========================================
+ Hits         1835     1873      +38     
+ Misses       1123     1089      -34     

see 5 files with indirect coverage changes

@carsen-stringer carsen-stringer merged commit be14e5f into MouseLand:main Jul 20, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants