Skip to content

Commit

Permalink
[DATALAD RUNCMD] update files from template
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "make",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": ".github/workflows/template"
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Mar 16, 2023
1 parent a7ff7ea commit 947a23b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ jobs:
commitish="${{ matrix.version }}"
fi
python -m pip install --upgrade pip
pip install git+https://github.com/datalad/datalad@${commitish}
pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
- name: Install nose et al (just in case!)
- name: Install pytest et al (just in case!)
run: pip install nose pytest vcrpy mock

- name: WTF!?
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ jobs:
commitish="${{ matrix.version }}"
fi
python -m pip install --upgrade pip
pip install git+https://github.com/datalad/datalad@${commitish}
pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
- name: Install nose et al (just in case!)
- name: Install pytest et al (just in case!)
run: pip install nose pytest vcrpy mock

- name: WTF!?
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ jobs:
commitish="${{ matrix.version }}"
fi
python -m pip install --upgrade pip
pip install git+https://github.com/datalad/datalad@${commitish}
pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
- name: Install nose et al (just in case!)
- name: Install pytest et al (just in case!)
run: pip install nose pytest vcrpy mock

- name: WTF!?
Expand Down

0 comments on commit 947a23b

Please sign in to comment.