From 899e5f8b14cb1969bdd64f43f4ecae4eae7e86d4 Mon Sep 17 00:00:00 2001 From: daavoo Date: Wed, 21 Sep 2022 01:42:48 +0000 Subject: [PATCH] update template --- .cruft.json | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 6b5c428..d3e8161 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "975f2699be47268f322e93822b11a3e59460b1be", + "commit": "13d5c9b49c49d3c14106cb4f9aa61d07876c039b", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a3233b1..d1cd0b4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,7 +74,7 @@ jobs: run: | pip install --upgrade pip setuptools wheel pip install -e ".[tests]" - pip install git+https://github.com/iterative/dvc + pip install "dvc[testing]@git+https://github.com/iterative/dvc" - name: setup git run: | git config --global user.email "dvctester@example.com"