mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2258] Not Working on windows for python tests (downloading python breaks) #1059
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1059
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KingKDot on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2258
Bug report info
Command used with act
Describe issue
Python setup.ps1 errors when trying to download AND won't use a predownloaded python that is already on my machine.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
Even when I have an already installed python version I still get this error. I have tried removing the cache but nothing seems to be working.
@KingKDot commented on GitHub (Apr 4, 2024):
Mind you, I already have python downloaded and added to path prior.
@github-actions[bot] commented on GitHub (Oct 2, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@ChristopherHX commented on GitHub (Oct 2, 2024):
Act doesn't seem to be run with admin priviledges.
setup-python is special on windows, wanting to deal with msi installers regardless if you have installed a version of python yourself
Too many issues, too few people working on act, less people looking at PR and almost nobody looking at issues
@github-actions[bot] commented on GitHub (Apr 1, 2025):
Issue is stale and will be closed in 14 days unless there is new activity
@mardukbp commented on GitHub (May 13, 2025):
I had the same problem and solved it changing the PowerShell ExecutionPolicy with:
Set-ExecutionPolicy RemoteSigned –Scope Process