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