@@ -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