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

Use setup-python action to setup python environment. #1744

Closed
wants to merge 1 commit into from

Conversation

nmoinvaz
Copy link
Member

@nmoinvaz nmoinvaz commented Jun 8, 2024

No description provided.

Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.31%. Comparing base (2e3e5f3) to head (9cc7380).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1744       /-   ##
===========================================
  Coverage    83.02%   83.31%    0.29%     
===========================================
  Files          135      132       -3     
  Lines        10291     9999     -292     
  Branches      2783     2685      -98     
===========================================
- Hits          8544     8331     -213     
  Misses        1051     1012      -39     
  Partials       696      656      -40     

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

@phprus
Copy link
Contributor

phprus commented Jun 8, 2024

The actions/python-versions does not support architecture s390x.

Error: The version '3.x' with architecture 's390x' was not found for this operating system.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

@nmoinvaz nmoinvaz closed this Jun 8, 2024
@mtl1979
Copy link
Collaborator

mtl1979 commented Jun 8, 2024

Has someone tried to ask maintainer of python-versions to add support for s309x? Sometimes actions have newer version for packages than the native package manager, which means some (security) issues have been fixed. Obviously there is (small) chance that newer version introduce new issues, but that's just digging a hole under oneself...

@nmoinvaz
Copy link
Member Author

It looks like they have no interest in supporting it.
actions/setup-python#197 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants