mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Resolve Travis/Windows/pip issues with upgrade to cryptography 3.0 (#1016)
* add missing dependency * update cryptography dependency * Installing poetry with pipx instead of pip * Fix bad pipx install command * Remove pipx commands and attempt to solve issue through poetry configuration * Fix pip install command to include --upgrade as before Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
0a74fe9cef
commit
64a31e301d
3 changed files with 136 additions and 126 deletions
|
@ -16,6 +16,8 @@ before_install:
|
|||
|
||||
install:
|
||||
- pip install --upgrade poetry
|
||||
- poetry config virtualenvs.in-project true
|
||||
- poetry config --list
|
||||
- poetry install
|
||||
- poetry run python --version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue