mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 20:18:32 +02:00
[Github Actions] install wheel and upgrade pip
This commit is contained in:
parent
86177beb9e
commit
8afa3c065c
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install pip setuptools wheel --upgrade
|
||||
python -m pip install .
|
||||
python -m pip install ./tests/external_plugins_src/
|
||||
python -m pip install pytest behave
|
||||
|
|
Loading…
Add table
Reference in a new issue