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