File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,17 +126,14 @@ jobs:
126126 - name : Install dependencies
127127 run : |
128128 python -m pip install --upgrade pip setuptools wheel
129- pip install --upgrade --upgrade-strategy eager .[test]
129+ pip install -e . --no-deps
130+ pip install -r tools/requirements_old.txt
130131 - name : Display versions and environment information
131132 run : |
132133 echo $TZ
133134 date
134- python --version
135135 which python
136- - run : |
137- pip install -e . --no-deps
138- pip install -r tools/requirements_old.txt
139- - run : python -c "import pybispectra; import mne; print(f'PyBispectra {pybispectra.__version__}\n'); mne.sys_info()"
136+ python -c "import pybispectra; import mne; print(f'PyBispectra {pybispectra.__version__}\n'); mne.sys_info()"
140137 - name : Download testing data
141138 run : python -c "from pybispectra.utils import DATASETS, get_example_data_paths; (get_example_data_paths(data) for data in DATASETS.keys())"
142139 - name : Run pytest
You can’t perform that action at this time.
0 commit comments