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

chore: set Python version in CI.yml #1530

Merged
merged 1 commit into from
Nov 25, 2023
Merged

chore: set Python version in CI.yml #1530

merged 1 commit into from
Nov 25, 2023

Conversation

jeremy-code
Copy link
Contributor

- update actions/checkout, actions/cache actions/setup-node to latest version in CI.yml
- set Python version to 3.11 in CI.yml to prevent errors on macos-latest due to `diskutils` being deprecated in Python 3.12 (see nodejs/node-gyp#2869)
@jeremy-code
Copy link
Contributor Author

image

Copy link

codecov bot commented Nov 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4920d45) 71.41% compared to head (67ec366) 71.41%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1530   +/-   ##
=======================================
  Coverage   71.41%   71.41%           
=======================================
  Files         364      364           
  Lines        6706     6706           
  Branches      479      479           
=======================================
  Hits         4789     4789           
  Misses       1523     1523           
  Partials      394      394           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nukeop
Copy link
Owner

nukeop commented Nov 25, 2023

Awesome, thank you for the help.

@nukeop nukeop merged commit 4c84ecc into nukeop:master Nov 25, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI/CD fails due to node-gyp error on macos-latest
2 participants