Skip to content

Commit

Permalink
Update AutoPkgReleaseNupkg.yaml
Browse files Browse the repository at this point in the history
revert python version in chocolatey test
  • Loading branch information
jgstew committed Jan 17, 2024
1 parent d47436c commit e7761a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseNupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7761a8

Please sign in to comment.