Skip to content

Commit

Permalink
Merge pull request #164 from gnikit/gnikit/issue163
Browse files Browse the repository at this point in the history
Autoupdate pip with `--user` permissions
  • Loading branch information
gnikit authored Jul 5, 2022
2 parents 4f17ee4 + 90f8639 commit 5572735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 2.12.0

### Fixed

- Fixed issue where `pip` would install without `--user` and fail
([#163](https://github.com/gnikit/fortls/issues/163))

## 2.11.0

### Fixed
Expand Down
1 change: 1 addition & 0 deletions fortls/langserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ def _update_version_pypi(self, test: bool = False):
"install",
"fortls",
"--upgrade",
"--user",
],
capture_output=True,
)
Expand Down

0 comments on commit 5572735

Please sign in to comment.