mirror of
https://github.com/actions/setup-python.git
synced 2025-04-22 09:42:31 +00:00
bed0c3441e
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 (macos-13, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (macos-13, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (macos-latest, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (macos-latest, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (macos-latest, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (macos-latest, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04-arm, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04-arm, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (windows-latest, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-20.04, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-20.04, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-20.04, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-20.04, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04-arm, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-22.04-arm, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-24.04-arm, 3.14.0-alpha.6) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.13.1) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.13.2) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.14-dev) (push) Has been cancelled
Validate Python e2e freethread / Setup ${{ matrix.python }} ${{ matrix.os }} using freethread input parameter (ubuntu-latest, 3.14.0-alpha.6) (push) Has been cancelled
* 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) |