From 1c246699e36c91207e68aef26f939e0436df717f Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Wed, 4 Oct 2023 00:15:53 -0400 Subject: [PATCH] Fix Windows Store Python 3.12 scripts directory definition --- .github/actions/install-win-store-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-win-store-python/action.yml b/.github/actions/install-win-store-python/action.yml index eaf4966b..8d06e537 100644 --- a/.github/actions/install-win-store-python/action.yml +++ b/.github/actions/install-win-store-python/action.yml @@ -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"