Skip to content

Commit

Permalink
Merge pull request #4 from iterative/create-pull-request/patch
Browse files Browse the repository at this point in the history
update template
  • Loading branch information
efiop authored Sep 27, 2022
2 parents b088990 + ea93bbe commit cd8ddd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "975f2699be47268f322e93822b11a3e59460b1be",
"commit": "13d5c9b49c49d3c14106cb4f9aa61d07876c039b",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd8ddd7

Please sign in to comment.