Difference between revisions of "Uses: actions/setup-python"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
  uses: actions/setup-python@v4
 
  uses: actions/setup-python@v4
 +
 +
Run actions/setup-python@v3
 +
  with:
 +
    python-version: 3.x
 +
    token: ***
 +
Version 3.x was not found in the local cache
 +
Error: Version 3.x 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
  
  

Latest revision as of 09:42, 6 April 2023

uses: actions/setup-python@v4
Run actions/setup-python@v3
  with:
    python-version: 3.x
    token: ***
Version 3.x was not found in the local cache
Error: Version 3.x 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


See also[edit]

Advertising: