Skip to content

Commit

Permalink
Fix Windows CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jun 4, 2023
1 parent 1174378 commit 298838b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
choco uninstall python --yes
RefreshEnv
choco uninstall python3 --yes
Remove-Item -Recurse -Force C:/Python310
If (Test-Path C:/Python310) {
Remove-Item -Recurse -Force C:/Python310
}
- run:
name: Install pyenv-win
command: |
Expand Down

0 comments on commit 298838b

Please sign in to comment.