mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
[#715] Don't use shallow clone for builds
This commit is contained in:
parent
63cc9785c5
commit
21ef8dd8ea
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
dist: xenial # required for Python >= 3.7
|
||||
language: python
|
||||
python: "3.7"
|
||||
git:
|
||||
depth: false
|
||||
before_install:
|
||||
- pip install poetry
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue