From e7761a8f2d67365bce932b792e0f7145f422be6f Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 17 Jan 2024 17:28:07 -0500 Subject: [PATCH] Update AutoPkgReleaseNupkg.yaml revert python version in chocolatey test --- .github/workflows/AutoPkgReleaseNupkg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoPkgReleaseNupkg.yaml b/.github/workflows/AutoPkgReleaseNupkg.yaml index 227143d..5f62085 100644 --- a/.github/workflows/AutoPkgReleaseNupkg.yaml +++ b/.github/workflows/AutoPkgReleaseNupkg.yaml @@ -44,7 +44,7 @@ jobs: - name: chocolately install python # python versions: 3.8.10, 3.9.12, 3.10.5, 3.11.4 - run: choco install python3 --version 3.10.13 --no-progress --yes --force --force-dependencies + run: choco install python3 --version 3.10.11 --no-progress --yes --force --force-dependencies - name: test chocolately install autopkg.nupkg run: choco install autopkg -s "$env:USERPROFILE\Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --verbose