mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
6ed2c67c8a
2 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
![]() |
6ed2c67c8a
|
Fix for Candidate Not Iterable Error (#1082)
Some checks failed
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04-arm, 3.14.0-alpha.6) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.13.1) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.13.2) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.14-dev) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.14.0-alpha.6) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.13.1) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.13.2) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.14-dev) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.14.0-alpha.6) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.13.1) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.13.2) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.14-dev) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.14.0-alpha.6) (push) Waiting to run
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-20.04, 3.13.1t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-20.04, 3.13.2t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.13.0t) (push) Failing after 32s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.13.1t) (push) Failing after 1m31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-22.04, 3.13.2t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-latest, 3.13.0t) (push) Failing after 32s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-latest, 3.13.1t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} (ubuntu-latest, 3.13.2t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-20.04, 3.13.0t) (push) Failing after 32s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-20.04, 3.13.1t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-20.04, 3.13.2t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-22.04, 3.13.0t) (push) Failing after 32s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-22.04, 3.13.1t) (push) Failing after 1m38s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-22.04, 3.13.2t) (push) Failing after 26s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-latest, 3.13.0t) (push) Failing after 32s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-latest, 3.13.1t) (push) Failing after 31s
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} version file (ubuntu-latest, 3.13.2t) (push) Failing after 31s
* candidates not iterable * update the error message * update error to debug * update debug to info * error message updates |
||
![]() |
10aa35afd7
|
feat: fallback to raw endpoint for manifest when rate limit is reached (#766) |