Skip to content

Commit f44c06a

Browse files
[Testing] Try to add DANDI to dev (#665)
* try to add dandi to dev * Update deploy-tests.yml * add printout * Update dev-testing.yml
1 parent 1a7ba58 commit f44c06a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/dev-testing.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,25 @@ jobs:
4444
4545
4646
- name: Install full requirements (-e needed for codecov report)
47-
run: pip install -e .[full,test]
47+
run: pip install --no-cache-dir -e .[full,test]
4848

4949
- name: Dev gallery - ROIExtractors
50-
run: pip install git+https://github.com/CatalystNeuro/roiextractors@main
50+
run: pip install --no-cache-dir git+https://github.com/CatalystNeuro/roiextractors@main
51+
- name: Dev gallery - DANDI
52+
run: pip install --no-cache-dir git+https://github.com/dandi/dandi-cli@master
5153
- name: Dev gallery - PyNWB
52-
run: pip install git+https://github.com/NeurodataWithoutBorders/pynwb@dev
54+
run: pip install --no-cache-dir git+https://github.com/NeurodataWithoutBorders/pynwb@dev
5355
- name: Dev gallery - SpikeInterface
54-
run: pip install git+https://github.com/spikeinterface/spikeinterface@main
56+
run: pip install --no-cache-dir git+https://github.com/spikeinterface/spikeinterface@main
5557
- name: Dev gallery - NEO
56-
run: pip install git+https://github.com/NeuralEnsemble/python-neo@master
58+
run: pip install --no-cache-dir git+https://github.com/NeuralEnsemble/python-neo@master
5759
- name: Dev gallery - HDMF
58-
run: pip install git+https://github.com/hdmf-dev/hdmf@dev
59-
60+
run: pip install --no-cache-dir git+https://github.com/hdmf-dev/hdmf@dev
6061

62+
- name: Display installed packages and their sources
63+
run: |
64+
conda list
65+
pip list
6166
6267
- name: Get ephy_testing_data current head hash
6368
id: ephys

0 commit comments

Comments
 (0)