Skip to content

Commit

Permalink
Merge pull request #55 from rmartin16/ci-python3.12
Browse files Browse the repository at this point in the history
Fix Windows Store Python 3.12 scripts directory definition
  • Loading branch information
freakboy3742 authored Oct 4, 2023
2 parents 573f969 + 1c24669 commit 627630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-win-store-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
"3.12" {
$StoreURL = "https://apps.microsoft.com/store/detail/python-312/9NCVDN91XZQP"
$ExeDir = Join-Path "$env:LOCALAPPDATA" "\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0"
$ScriptsDir = Join-Path "$env:LOCALAPPDATA" "\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts"
$ScriptsDir = Join-Path "$env:LOCALAPPDATA" "\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts"
}
"3.11" {
$StoreURL = "https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K"
Expand Down

0 comments on commit 627630b

Please sign in to comment.