8000 Handled Candidate Not Iterable Error by mahabaleshwars · Pull Request #1074 · actions/setup-python · GitHub
[go: up one dir, main page]

Skip to content

Handled Candidate Not Iterable Error #1074

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

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix check failure
  • Loading branch information
mahabaleshwars committed Apr 4, 2025
commit 6e5e551441776036023ab662e00802a32ed6d917
3 changes: 3 additions & 0 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
python-version: pypy-3.11-v7.x
- os: ubuntu-22.04-arm
python-version: pypy-3.11-v7.x
- os: ubuntu-22.04-arm
python-version: pypy-3.10-v7.x

steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
Loading
0