-
Notifications
You must be signed in to change notification settings - Fork 651
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
I get the error:
Run actions/setup-python@v2
with:
python-version: 2.7
token: ***
Version 2.7 was not found in the local cache
Error: Version 2.7 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
I get this for the first time now, and have not changed any code. It has worked since a long time before.
Action version:
v2
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
Python 2.7
Repro steps:
In my GitHub workflows file, I have:
- uses: actions/setup-python@v2
with:
python-version: 2.7
Expected behavior:
It should work, just like it has in the last year.
Actual behavior:
The error above.
evhub, EnricoMi, bshaffer, Jaervinen, mkleymenov and 9 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working