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"