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 Aug 16, 2022
1 parent 9f2aa2f commit e482990
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 @@ -401,9 +401,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 @@ -437,9 +437,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 @@ -390,9 +390,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 e482990

Please sign in to comment.