Skip to content

Commit

Permalink
fix(ci): force chocolatey-core.extension 1.3.3 (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuss committed Dec 6, 2019
1 parent 89c5ed0 commit fab0465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor-windows-build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install:

# Make sure the temp directory exists for Python to use.
# Install python3.8
- "choco install chocolatey-core.extension --version 1.3.3 --force -y"
- "choco install python3 --version 3.8.0"
- "C:\\Python38\\python.exe -m pip freeze"
- "refreshenv"
Expand Down
1 change: 1 addition & 0 deletions appveyor-windows-build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install:
- "pip install -e \".[dev]\""

# setup Ruby
- "choco install chocolatey-core.extension --version 1.3.3 --force -y"
- "choco install ruby --version 2.5.3.1 --force -y"
- "refreshenv"
- "ruby --version"
Expand Down

0 comments on commit fab0465

Please sign in to comment.