Skip to content

Unable to install on windows-latest #1195

@danny0838

Description

@danny0838

Description:
python-version: 'graalpy-24.2.2' with runs-on: windows-latest always gets an error.

Action version:
v6 (v6.0.0)

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:
'graalpy-24.2.2'

Repro steps:
Create a workflow with runs-on == windows-latest and below steps.

- name: Set up Python
  uses: actions/setup-python@v6
  with:
    python-version: 'graalpy-24.2.2'
    architecture: amd64
- name: Set up Python
  uses: actions/setup-python@v6
  with:
    python-version: 'graalpy-24.2.2'
    architecture: x64

Expected behavior:
Python should be installed normally.

Actual behavior:
An error is thrown: Error: GraalPy version 24.2.2 with arch amd64/x64 not found

Metadata

Metadata

Labels

feature requestNew feature or request to improve the current logic

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions