Код: Выделить всё
Run actions/setup-python@v3
with:
python-version: 3.8.2
token: ***
Version 3.8.2 was not found in the local cache
Error: Version 3.8.2 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
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8.2"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
< /code>
Что мне не хватает? И как я могу исправить ошибку? Полем Итак, я не знаю, не понимаю ли я ошибку.
Подробнее здесь: https://stackoverflow.com/questions/757 ... -not-found